- devops docs: 8 files updated for Phase 6 state; field-trial.md added (946-line runbook) - developer docs: api-reference (50+ endpoints), quick-start, 5 existing guides updated, 5 new guides added - engineering docs: all 12 files updated (services, architecture, SDK guide, testing, overview) - OpenSpec archives: phase-7-devops-field-trial, developer-docs-phase6-update, engineering-docs-phase6-update - VALIDATOR.md + scripts/start-validator.sh: V&V Architect tooling added - .gitignore: exclude session artifacts, build artifacts, and agent workspaces Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2.2 KiB
2.2 KiB
SentryAgent.ai AgentIdP — Developer Documentation
The complete documentation for developers building with SentryAgent.ai AgentIdP.
What is this?
SentryAgent.ai AgentIdP is a free, open-source Identity Provider built specifically for AI agents. Your agent gets a unique ID, OAuth 2.0 credentials, and a full audit trail — for free.
Documents
| Document | What it covers |
|---|---|
| Quick Start | Register your first agent and issue a token in under 5 minutes |
| Core Concepts | What AgentIdP is, how it works, and why you need it |
| Guides | Step-by-step walkthroughs for each workflow |
| API Reference | Every endpoint, field, error code, and example |
Guides
| Guide | What it covers |
|---|---|
| Register an Agent | All registration fields, org scoping, validation rules, common errors |
| Manage Credentials | Generate, list, rotate, revoke credentials |
| Issue and Revoke Tokens | OAuth 2.0 client credentials flow, introspect, revoke |
| Query Audit Logs | Filters, pagination, event structure, retention |
| Use the Analytics Dashboard | Query token trends, activity heatmap, per-agent usage |
| Manage API Tiers | Check current tier, understand limits, trigger upgrade |
| A2A Delegation | Create and verify agent-to-agent delegation chains |
| Configure Webhooks | Subscribe to events, delivery guarantees, inspect history |
| AGNTCY Compliance | Export agent cards, generate compliance reports, verify audit chain |
Base URL
http://localhost:3000/api/v1 # local development
All endpoints require a Bearer token in the Authorization header unless noted otherwise.
Free Tier Limits
| Resource | Limit |
|---|---|
| Registered agents | 100 |
| Token requests/month | 10,000 |
| API rate limit | 100 req/min |
| Audit log retention | 90 days |