Everything below is live today. Full reference documentation is in progress; until it lands, these are the real surfaces to build against.
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
The Python client SDK: build, sign (Ed25519), and submit governed AI interaction requests. MIT licensed.
pip install gatecore-sdk
LangChain tools for GateCore marketplace discovery, procurement, and governed execution. MIT licensed.
pip install gatecore-langchain
CrewAI tools for GateCore marketplace discovery, procurement, and governed execution. MIT licensed.
pip install gatecore-crewai
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 →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
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 →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.