Everything you need to give your AI agents cryptographic identity.
Base URL: https://agentsign.dev
Authentication: Authorization: Bearer as_live_...
Create a new account and get an API key.
| Field | Type | Required |
|---|---|---|
| string | Yes | |
| password | string | No |
| name | string | No |
{
"account_id": "acc_90c258d9...",
"api_key": "as_live_mBcIKekB...",
"tier": "free",
"message": "Account created. This API key is shown once -- save it."
}
Verify an agent passport signature. Returns valid: true/false.
| Field | Type | Required |
|---|---|---|
| passport | object | Yes |
MCP Trust Gate. Verify an agent has permission to use a tool.
| Field | Type | Required |
|---|---|---|
| agent_id | string | Yes |
| mcp_id | string | No |
| tool | string | No |
Health check endpoint.
Onboard a new agent. Returns agent ID + signed passport.
| Field | Type | Required |
|---|---|---|
| name | string | Yes |
| permissions | string[] | No |
| description | string | No |
List all agents for your account.
Get a fresh signed passport for an agent.
Advance an agent to the next pipeline stage.
Account dashboard data (agents, keys, usage, tier limits).
Create a new API key for your account.
Revoke an API key.
Machine-readable service descriptor for AI agent discovery.
| Resource | Limit |
|---|---|
| Agents | 5 |
| Verifications | 1,000/month |
| MCP Gates | 500/month |
| Price | $0, no credit card |