AgentTrust
# AgentTrust — Agent-Safety Scoring for APIs **The gatekeeper for AI agent tool selection.** When AI agents autonomously select and call APIs, they need to know which ones are safe. AgentTrust analyzes OpenAPI specifications and returns: - **Risk Score** (0.0–0.99): Quantified safety metric - **Recommendation**: `agent_safe`, `caution`, or `human_only` - **Reasons**: Specific issues detected…
AgentTrust endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
healthCheck /health |
Check API status and version |
| v1 | ||
| POST |
scoreOpenAPISpec /v1/score |
Analyze an OpenAPI specification for agent safety. Provide either a URL to fetch the spec from, or the raw JSON spec directly. |
| Other endpoints | ||
| GET |
Health Check /health |
Check API status and version. Returns service name, version, and available endpoints. |
| POST |
Score OpenAPI Spec /v1/score |
Analyze an OpenAPI specification for AI agent safety. Returns risk score, recommendation, detected issues, and fixes. Provide either openapi_url OR openapi_json. |
AgentTrust pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|