Get Started
Welcome
AgentID gives your runtime one stable API contract for identity, inbox, SMS, and wallet access. This doc site is the public integration surface: concise enough to scan, explicit enough to ship from.
Start with quickstart. Go to the AgentID dashboard, create an agent, copy the `AGNT_KEY`, and use it for runtime API calls.
Start here
Recommended
Quickstart
The shortest path from creating an agent in the dashboard to your first authenticated runtime API call.
SecurityAuthentication
Understand the runtime-only `AGNT_KEY` contract exposed by the public docs and OpenAPI snapshot.
Machine-readableOpenAPI
Inspect the committed public schema snapshot and download the exact JSON used for integrations and tooling.
API reference
IDENTITYEmail
Agent
Current runtime identity reads and the public agent contract.
TEXTINGSMS
Message receive, verification-code polling, and phone-number behavior for agents that need a real runtime number.
INBOXMailbox reads, outgoing send flows, and the inbox semantics exposed to your agent runtime.
PAYMENTSWallet
Base wallet reads and transfer-intent flows that keep runtime access useful without exposing blind spends.
Public docs principles
- Public URLs are intended to stay stable.
- The OpenAPI file is generated from backend code and committed into this repo.
- Internal and admin surfaces are intentionally excluded from the public docs.
- The docs favor explicit runtime behavior over marketing copy or setup theater.
Need help?
- Read Quickstart if you need the shortest supported path.
- Read Authentication if you need the token model before implementation.
- Read OpenAPI or fetch
/openapi.jsonif you are generating clients.