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