← Back to search
60
Partial
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
developer llms-txtopenapiapiai

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
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 60/100

            

llms.txt Content

# FUTURE Reliability Pack Service for AI agents that need reliable, verifiable operations. Status: deployed Version: 0.3.0 Base URL: - https://reliability-pack-worker.animixel.workers.dev Auth: - Header: x-api-key Endpoints: - GET /health - GET /api/version - GET /openapi.json - POST /api/normalize (JSON normalization: null cleanup + type inference) - POST /api/contract-test - POST /api/contract-test/schedule - POST /api/evidence-pack - GET /api/runs/:run_id

OpenAPI Spec (preview)

{"openapi":"3.1.0","info":{"title":"FUTURE Reliability Pack API","version":"0.3.0","description":"Operational reliability APIs for AI agents."},"servers":[{"url":"https://reliability-pack-worker.animixel.workers.dev"}],"paths":{"/health":{"get":{"summary":"Health check","responses":{"200":{"description":"OK"}}}},"/api/version":{"get":{"summary":"Service version","responses":{"200":{"description":"Version payload"}}}},"/api/normalize":{"post":{"summary":"Normalize JSON-like input","security":[{"A