← Back to search
20
Basic
Agentic Readiness Score
data openapiapi

Agentic Signals

📄
llms.txt
Not found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 20/100

            

OpenAPI Spec (preview)

{"openapi":"3.1.0","info":{"title":"Attrove API","description":"Attrove Partner + API endpoints","version":"v1"},"components":{"schemas":{"ApiError":{"type":"object","additionalProperties":false,"properties":{"code":{"type":"string","description":"Machine-readable error code (e.g., AUTH_INVALID_TOKEN, RESOURCE_NOT_FOUND)"},"message":{"type":"string","description":"Human-readable error message"},"details":{"description":"Optional additional error context"}},"required":["code","message"]},"ErrorRe