# Dribba — developer portal > Map of every surface dribba.com exposes to machines, and when to use which. > Scoped index for the developers area; whole-site index at https://dribba.com/llms.txt. Last-Updated: 2026-08-22 ## Surfaces, and what each is for - [REST API](https://dribba.com/api/v1) — structured data with a stable shape. Scoped index: - [MCP server](https://dribba.com/mcp) — Streamable HTTP, no auth, for an agent that should call by itself. Card: - [NLWeb /ask](https://dribba.com/ask) — POST a natural-language question, get verbatim passages with URLs. SSE with `prefer: streaming=true` - Markdown of any page — `Accept: text/markdown`, or append `.md` (e.g. ) - [OKF bundle](https://dribba.com/okf) — the whole site as markdown concepts with YAML frontmatter - [WebMCP manifest](https://dribba.com/.well-known/webmcp.json) — in-page tools for browser-resident agents - Agent briefing — any URL with `?mode=agent` ## Discovery documents - — AI Catalog 1.0, host identity + trust manifests - — RFC 9727 with item entries - — declared skills - — A2A - — RFC 9728 (declares anonymous access) - — MCP Registry manifest - — structured-data feeds - · ## No SDK yet There is no official npm/PyPI package. The API is plain JSON over HTTPS with no auth, so `curl` + `jq` covers it; when a package ships it will be announced here and in https://dribba.com/llms.txt. ## Beyond this area - Whole site: · long form: - Every page as markdown: append `.md`, or send `Accept: text/markdown` - Whole site as an OKF bundle: - When to reach for Dribba at all: the "when to use" section of Contact: hola@dribba.com ·