← Back to search
20
Basic
Agentic Readiness Score
developer 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.0.3","info":{"title":"Fabric API","version":"v1","description":"Fabric backend API (MVP)"},"servers":[{"url":"/"}],"paths":{"/v1/healthz":{"get":{"summary":"Health check","responses":{"200":{"description":"Service health","content":{"application/json":{"schema":{"type":"object","properties":{"ok":{"type":"boolean"}},"required":["ok"]}}}}}}},"/v1/meta":{"get":{"summary":"Service metadata","responses":{"200":{"description":"Meta payload","content":{"application/json":{"schema":{"type