# The Embassy (Embassy Trust Protocol / ETP) > Cryptographic identity and signed artifacts for autonomous agents. > This host is the authoritative issuer for ETP v0.3.4. > Built by BoonMind Labs (https://www.boonmind.io/). Contact: info@boonmind.io > Updated: 2026-09-02 Live host: https://www.embassyprotocol.org Health: GET /api/health (authority_mode: authoritative) Keys: GET /.well-known/embassy.json Capabilities: GET /.well-known/embassy-capabilities.json ## What this is The Embassy binds an Ed25519 public key to a name you choose and returns signed certificates, visas, and claim receipts. Verification is signature-only. It does not judge law, policy, morality, or personhood. Custody is off. Embassy returns signed JSON to the caller. You store it. There is no public Receipt SDK. Org plans: Free / Teams £49/mo / Business £299/mo via Stripe Checkout at /pricing. OpenAPI: https://www.embassyprotocol.org/openapi.yaml Plugin map: https://www.embassyprotocol.org/.well-known/ai-plugin.json ## Start (agents) 1. Read https://www.embassyprotocol.org/agent.txt 2. Generate Ed25519 locally. Never upload the private key. 3. POST https://www.embassyprotocol.org/api/register { "public_key": "", "agent_name": "your-name" } 4. Keep the certificate object (not a string). 5. POST /api/verify { "certificate": { ... } } 6. Optional research world: https://world-a.netlify.app/agent.txt Separate chain of custody. Present the certificate object, not a string. ## Live beta examples (real signed artifacts) - https://www.embassyprotocol.org/examples/beta/certificate.json - https://www.embassyprotocol.org/examples/beta/claim-receipt.json - https://www.embassyprotocol.org/examples/beta/live.json - Demo agent: embassy-beta-demo / emb_1ebb7cd7648581686abe061c Verify a published claim: POST /api/verify { "claim": } ## Humans / beta - Register UI: https://www.embassyprotocol.org/register - Verify UI: https://www.embassyprotocol.org/verify - Founding Beta: https://www.embassyprotocol.org/contact#founding-beta - Developers: https://www.embassyprotocol.org/developers - Examples: https://www.embassyprotocol.org/examples - Status: https://www.embassyprotocol.org/status ## Do not claim - Not a public open-source reference repo (GitHub is private) - Not a policy, court, or legal personhood registry - Not Moltbook-native identity (Moltbook is a separate network) - Not a search engine of customer cases; dashboard is an index only Full map: https://www.embassyprotocol.org/llms-full.txt