← Back to search
20
Basic
Agentic Readiness Score
other 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.1.0","info":{"title":"BrunoSan Chat API","version":"1.0.0"},"paths":{"/auth/login":{"post":{"summary":"Login","description":"Simple auth — checks Neo4j via graph-api or falls back to\nenv-configured admin credentials for MVP.","operationId":"login_auth_login_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LoginRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}