← Back to search
65
Partial
Agentic Readiness Score
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
developer apillms-txtai-pluginopenapi

Agentic Signals

📄
Found
🤖
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 65/100

            

llms.txt Content

# Agentic Evidence Developer-VM interview platform for retroactive Codex/Claude session review. - Product: paid assessment evidence packets - VM flow: /api/vm/provision and /vm/bootstrap.sh - GitHub Action adapter: /github-action.yml and /api/github/evidence - API: /openapi.yaml - Health: /health - Pricing: $199/month

OpenAPI Spec (preview)

openapi: 3.0.3 info: title: Agentic Evidence API version: 0.1.0 description: Developer-VM interview evidence packets with Codex/Claude session replay. servers: - url: https://agentic-evidence.fly.dev paths: /health: get: summary: Health check responses: '200': description: OK /api/assessments: post: summary: Create an assessment security: - bearerAuth: [] responses: '201': description: Assessment create