datasette.io
Datasette is an open source tool for exploring, analyzing, and publishing structured data, especially SQLite databases, as interactive websites and JSON APIs. It can be run locally or deployed by users to host their own data instances.
Datasette exposes a self-hosted HTTP JSON API for SQLite-backed data instances plus a public `datasette` CLI for serving, publishing, inspecting, and token creation; no GraphQL or MCP surface was found.
- Datasette JSON APIdiscovered
- Datasette CLIdiscovered
Generate a token using the datasette create-token CLI command documented in the CLI reference and Authentication and permissions. Datasette instances are self-hosted, so the instance operator creates the signing secret and mints tokens for that instance; there is no central datasette.io token issuance service.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing