← Back to search
40
Partial
Agentic Readiness Score
other openapiapicalendar

Agentic Signals

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

Embed this badge

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

Agentic Ready 40/100

            

OpenAPI Spec (preview)

{"openapi":"3.0.0","info":{"title":"IPOGrid API","version":"1.0.0","description":"Programmatic access to IPOGrid companies, filings, and news."},"servers":[{"url":"https://ipogrid.com"}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"http","scheme":"bearer","bearerFormat":"API Key"}},"schemas":{"ApiError":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"details":{"nullable":true}},"required":["code","message"]}},"