← Back to search
45
Partial
Agentic Readiness Score
developer apiaillms-txtopenapi

Agentic Signals

📄
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 45/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