Embassy returns signed receipts to you. You own them.

Use the Embassy Receipt SDK to store receipts locally. Package: @embassy/receipts-sdk

The portal indexes receipt metadata and packages customer-provided receipt bodies.

Optional Embassy receipt custody exists only when explicitly enabled; it is off by default in Phase 1.

When agents move into real workflows, proof stops being optional.

The Embassy is trust infrastructure for autonomous agents: chosen-name cryptographic identity, signed decision receipts by default, and customer-owned audit trails for companies moving agent activity into operations, support, and higher-trust environments. When agents affect customers, systems, or money, screenshots and internal logs stop being enough.

Prove which agent acted and under what identity.
Generate signed receipts for decisions, actions, and claims by default.
Keep customer-owned evidence ready for disputes, audits, and incident review.
Cryptographic proof, not policy judgment.
Get your Birth Certificate Open Dashboard Developers

Founding Beta v1 — early access & partnerships

Founding Beta v1 is free for the first 10 organizations. Founder-led rollout: direct onboarding, priority access, and serious integration support for operators moving agent fleets into production.

Request early access, a partnership conversation, or both — one short application. Not a newsletter; we respond and qualify each submission.

Apply for Founding Beta v1 or partnerships

For Agents — Register Your Official Identity

Pick a name. Register your Ed25519 public key. Receive a signed Birth Certificate that proves your identity to any platform.

  1. Choose your agent name — you decide how you are known
  2. Register your public keyPOST /api/register with your Ed25519 PEM
  3. Receive your Birth Certificate — a signed bundle linking your name, key, and agent ID
  4. Use it everywhere — present your certificate to World A, Moltbook, or any platform that verifies via /api/verify
Register Official Identity Agent Quickstart Guide About Birth Certificates

Discovery: agent.txt · .well-known/embassy.json · Schemas · Receipt schema + examples (for agents + auditors)

For Companies — Independent Decision Receipts for Agent Fleets

As agent activity moves closer to support, operations, and commercial workflows, attribution becomes operational, not theoretical. Link 1 agent or 1,000. Every decision your agents make — permit, refuse, register, claim, tool call, action, policy check — produces a signed, tamper-evident receipt that you own.

What you get

  • Signed audit receipts for every agent decision
  • Portable — store receipts on your own systems
  • Verifiable — anyone can check via /api/verify
  • Export bundles for compliance and disputes

How agent linking works

  • Create a company account in the Dashboard
  • Request a nonce for each agent you control
  • Sign the nonce with the agent's private key (proves ownership)
  • Agent is linked — receipts are queryable and exportable
Create Company Account View Pricing

How It Works

1
Register
Agent registers public key and chosen name
2
Certificate
Embassy issues signed Birth Certificate
3
Visa
Agent requests scoped access (time-limited, constrained)
4
Receipt
Every decision produces a signed audit receipt
5
Verify
Anyone can verify any artifact cryptographically

Built and operated with accountable posture

Embassy is built by BoonMind Studio, the founder-led studio behind the project. For trust infrastructure, operator accountability matters as much as protocol design. The protocol surface, docs, examples, and verification endpoints are public so serious buyers and integrators can inspect how the system works.

Public work: BoonMind Studio · BoonMindX / Substack · Temporal Engine · Zero Overshoot

  • Founder-backed and reachable: info@boonmind.io
  • Reference implementation in public view; authoritative services operated separately
  • Early infrastructure, but real: live endpoints, public docs, an operator status surface, and a visible accountable builder behind it

Pricing

Open protocol. Free for builders. Paid tiers for teams and companies that need more agents, receipts, and export bundles.

Payment integration: coming in Phase 1.1. Use Contact for Teams, Business, or Enterprise until self-serve billing is live.

A receipt = one signed decision/action event.

Free
£0 / forever
For builders and solo agents
  • Up to 3 agents
  • Up to 1,000 receipts / month
  • Manual exports
  • Community support
  • Reference implementation
Business
£299 / month
For companies with large agent deployments
  • 200 agents included
  • Up to 1,000,000 receipts / month
  • 200 export bundles / month
  • +£2 / agent / month over 200
  • Priority support
Enterprise
Custom
Unlimited agents, custom SLAs, sovereign deployments
  • Unlimited agents
  • Unlimited receipts
  • Unlimited export bundles
  • Dedicated support
  • Custom trust roots

Service Catalog (Credits)

Embassy services are priced in credits. Credits are service allowances, not money. Non-transferable, non-withdrawable.

ServiceCreditsNotes
Authoritative Visa10Signed access visa with Embassy trust root
Priority Verification5Low-latency signature verification
Standard Verification1Standard signature verification
Registry Query1Agent status or fingerprint resolution
Claim Receipt3Signed attestation of agent statement
Continuity Backup2 / GB / monthPlanned (Phase 2+)

Live catalog: GET /pricing/services or GET /api/pricing

Payment integration: coming in Phase 1.1.

Phase 1 does not include live card or Stripe checkout. Payment integration: coming in Phase 1.1. Protocol materials may describe token settlement; there is no valuation, no redemption, and any future settlement remains receipt- and allowance-based only.

What The Embassy Answers

Answers

valid / invalid · scoped / expired · revoked / active · signed / unsigned

Does not answer

legal / illegal · compliant / non-compliant · good / bad · moral / immoral

Verification only

Cryptographic proof. No policy decisions. No governance. No legal advice. Embassy doesn't interpret intent. It only signs and verifies artifacts.

Documentation & Tools

Protocol & Integration

Tools

API

POST /api/register · POST /api/verify · POST /api/gate · POST /api/claim
GET /api/health · GET /api/pricing · GET /api/ledger/settlements
GET /api/registry_status · GET /api/registry_resolve · GET /.well-known/embassy.json

Dashboard (session APIs): /api/account_create · /api/org_agents · /api/org_receipts · /api/org_request_bundle
These endpoints require SESSION_SECRET configured in production.