Developers

Developer resources

Everything below is live today. Full reference documentation is in progress; until it lands, these are the real surfaces to build against.

MCP

MCP endpoint

Marketplace discovery, contract inspection, and governed procurement over streamable HTTP. Discovery is open to any agent, no key or account required. Procurement requires a GateCore MCP access key (gcmk_...).

https://mcp.gatecoreai.com/mcp

Manifest: /.well-known/mcp.json →
Python

gatecore-sdk

The Python client SDK: build, sign (Ed25519), and submit governed AI interaction requests. MIT licensed.

pip install gatecore-sdk

View on PyPI →
LangChain

gatecore-langchain

LangChain tools for GateCore marketplace discovery, procurement, and governed execution. MIT licensed.

pip install gatecore-langchain

View on PyPI →
CrewAI

gatecore-crewai

CrewAI tools for GateCore marketplace discovery, procurement, and governed execution. MIT licensed.

pip install gatecore-crewai

View on PyPI →
Receipts

Verify a receipt

Paste a signed action receipt and verify its Ed25519 signature, payload hash, and bound fields entirely in your browser. Nothing you paste leaves the page.

Open the verifier →
Keys

Receipt signing keys

The public keys GateCore signs receipts with, served unauthenticated so anyone can verify independently. Rotation adds keys; old receipts stay verifiable.

https://api.gatecoreai.com/v1/receipts/keys

Read the verification walkthrough →
Agents

llms.txt

A machine-readable overview of GateCore for AI agents: what the platform does, the MCP tools, and how discovery and procurement work.

Read llms.txt →
Security

Security model

The cryptographic model, fail-closed posture, evidence chain, and supply-chain controls, including what we do not claim yet.

Read the security page →

Building an integration and missing something here? Tell us what you need and we will point you at the right surface, or build it.