55
Partial
Agentic Readiness Score
+20 ai-plugin
+20 OpenAPI
missing +25 llms.txt
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 →
data
ai-pluginopenapiapidatabasemessagingai
Agentic Signals
🏷
Schema.org Markup
Not found
Embed this badge
Show off your agentic readiness — the badge auto-updates when your score changes.
OpenAPI Spec (preview)
openapi: 3.0.1
info:
title: AskYourDatabase
description: Chat with your databases without writing any SQL code.
version: 'v1'
servers:
- url: https://askyourdatabase.com
paths:
/api/meta:
post:
operationId: getDatabaseMeta
summary: Get table names and fields in the database
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/DatabaseRequest'
responses:
"200":