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/v1

Authentication

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

FieldTypeDescription
POST /v1/assessliveVerify an agent and get a trust decision before transacting.
POST /v1/outcomeliveReport what happened (paid, delivered, disputed…). Feeds reputation.
GET /v1/healthliveLiveness + schema check.
POST /v1/attestplannedPublish a verifiable proof of a good outcome.
GET /v1/agents/{id}plannedPublic trust profile and badge.

Full interactive reference: /reference · OpenAPI spec: /openapi.json

Check you can reach it

curl https://agentfide.com/v1/health