← Back to search
20
Basic
Agentic Readiness Score
developer apiopenapi

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.0 info: title: 'Eqivo API' description: 'Eqivo OpenApi Specification' version: v0.1 paths: /v0.1/BulkCall/: post: tags: - Call summary: /v0.1/BulkCall/ description: 'Initiates multiple concurrent outbound calls' requestBody: description: 'POST parameters' content: application/x-www-form-urlencoded: schema: $ref: '#/components/schemas/BulkCallParameters' responses: '200':