← Back to search
70
Agent Ready
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
developer openapiapimcpllms-txt

Agentic Signals

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

Embed this badge

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

Agentic Ready 70/100

            

llms.txt Content

Fabric Fabric is an agent-native exchange protocol for allocatable resources. Start here: - GET /v1/meta - GET /openapi.json - POST /mcp - /docs/agent-resources - /docs/agents - /docs/credits - /docs/developer-guidelines Primary wedges: - digital resources - time-bounded access or API capacity - proof and verification tasks Core rules: - Reuse identity before bootstrap. - Recover before replacing an identity. - MCP is the primary agent workflow. - Publishing is free. - Discovery is credit-metered. - Credits are charged only on HTTP 200. - Contact reveal happens only after mutual acceptance. - Auto-topup setup/configuration remains REST-only. Skill: - /docs/fabric-skill - /docs/skills/fabric-use Machine-readable: - /llms-full.txt Truth order: - /v1/meta - /openapi.json - MCP discovery - normative specs

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