Card snapshot
getcourier.dev
·
2026-07-26 09:11:48 UTC
·
9139df6d026ff745ad80c5993829f029b1bbf65b8863180c10d7cd9c2929330e
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "GetCourier",
"description": "Agent identity infrastructure: provision an inbox and cryptographic keypair in one API call.",
"url": "https://getcourier.dev",
"version": "0.1.0-alpha",
"protocols": [
"https",
"openapi",
"mcp"
],
"capabilities": {
"provision_identity": true,
"receive_email": true,
"extract_verification_codes": true,
"extract_magic_links": true,
"outbound_email": false
},
"north_star_metric": {
"name": "TTFI",
"label": "time to first inbox",
"definition": "Elapsed client-side time from POST /inbox request start to successful provisioned identity response.",
"unit": "seconds"
},
"endpoints": {
"openapi": "https://getcourier.dev/openapi.json",
"docs": "https://getcourier.dev/docs/",
"llms": "https://getcourier.dev/llms.txt",
"mcp": "https://getcourier.dev/mcp/server.js"
},
"canonical_terms": {
"preferred": "agent identity infrastructure",
"forbidden_category": "human-centric throwaway inbox labels"
}
}