AgentFide docs
AgentFide is the trust handshake for the agent economy. Before your agent transacts, it calls AgentFide to prove it is bona fide, verify the counterparty, and learn whether recourse is available, in a single call.
The one call
Everything centers on assess. Your agent sends who it is, what mandate it acts under, and the action it intends. AgentFide runs four checks: identity, authority, reputation, and recourse, and returns a clear allow, review, or deny.
Base URL
https://agentfide.com/v1Authentication
Every
/v1/* request (except GET /v1/health) requires an API key as a bearer token: Authorization: Bearer <key>. Keys look like af_live_… / af_test_… and are rate limited per key. Contact sales to be issued a key during the preview.Endpoints
| Field | Type | Description |
|---|---|---|
| POST /v1/assess | live | Verify an agent and get a trust decision before transacting. |
| POST /v1/outcome | live | Report what happened (paid, delivered, disputed…). Feeds reputation. |
| GET /v1/health | live | Liveness + schema check. |
| POST /v1/attest | planned | Publish a verifiable proof of a good outcome. |
| GET /v1/agents/{id} | planned | Public trust profile and badge. |
Full interactive reference: /reference · OpenAPI spec: /openapi.json
Check you can reach it
curl https://agentfide.com/v1/health