40
Partial
Agentic Readiness Score
data
openapiapimessagingaidatabaseai-plugin
Agentic Signals
🔗
Structured API
Not found
🏷
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":