Documentation Index
Fetch the complete documentation index at: https://docs.agentscore.sh/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
All API requests use the following base URL:Authentication
Every request must include an API key in theX-API-Key header:
Tiers
See pricing for current quota and rate-limit numbers per tier. Endpoint availability:| Free | Pro | Enterprise | |
|---|---|---|---|
| GET /v1/reputation | Grade + score | Full response | Full response |
| POST /v1/assess | No | Yes | Yes |
| POST /v1/sessions | No | Yes | Yes |
| GET /v1/sessions/:token | No | Yes | Yes |
| Compliance policy (assess) | No | Yes | Yes |
| Verification level (reputation) | Yes | Yes | Yes |
| Custom policies | No | No | Yes |
| Support | Community | Dedicated |
/v1/reputation — numeric score and grade only. Dimensions, confidence, payment activity, reputation breakdown, and evidence are available on Pro and Enterprise tiers.
Endpoints
| Method | Path | Description | Min Tier |
|---|---|---|---|
| GET | /v1/reputation/{address} | Reputation lookup (redacted for free tier) | Free |
| POST | /v1/assess | Trust assessment with policy evaluation | Pro |
| POST | /v1/sessions | Create verification session | Pro |
| GET | /v1/sessions/:token | Poll session status | Pro |
| POST | /v1/credentials | Create operator credential | Pro |
| GET | /v1/credentials | List operator credentials | Pro |
| DELETE | /v1/credentials/{id} | Revoke operator credential | Pro |
| POST | /v1/credentials/wallets | Report a wallet seen paying under a credential | Free+ |
Response format
All responses are JSON. Successful responses return HTTP 200. Errors return the appropriate HTTP status code with anerror object:
Versioning
The API is versioned via the URL path (/v1/). Breaking changes will be introduced under a new version prefix.