Instructions file CodexOpenCode
AGENTS.md instructions for dribbaengineering/dribba, covering agents.md — working with dribba from an ai agent, what dribba is, when to reach for dribba, calling dribba and rest — typed json.
Instructions file CodexOpenCode
AGENTS.md instructions for dribbaengineering/dribba, covering agents.md — working with dribba from an ai agent, what dribba is, when to reach for dribba, calling dribba and rest — typed json.
Skill Claude CodeCodex
Dribba publishes a linkset API catalog at /.well-known/api-catalog per RFC 9727.
Skill Claude CodeCodex
Dribba declares AI content usage preferences via Content-Signal directives in robots.txt.
Skill Claude CodeCodex
Dribba serves a markdown representation of any page when the client sends the Accept header text/markdown. HTML remains the default for browsers.
Skill Claude CodeCodex
Dribba runs a remote MCP server at https://dribba.com/mcp — connect any MCP client (Claude, ChatGPT, custom agents) to read services, case studies, pricing estimates and company facts over JSON-RPC.
Skill Claude CodeCodex
Dribba publishes its whole site as an Open Knowledge Format (OKF v0.2) bundle at https://dribba.com/okf — markdown concepts with YAML frontmatter for company facts, services, case studies, articles, jobs and every public page.
Skill Claude CodeCodex
Dribba publishes a versioned, key-free JSON API at https://dribba.com/api/v1 — services, case studies, articles, jobs, company facts and a ballpark project estimate — with RFC 9457 typed errors, IETF RateLimit headers and a published deprecation policy.
Skill Claude CodeCodex
Dribba exposes 12 in-page tools to AI agents via the WebMCP API (document.modelContext.registerTool, navigator.modelContext fallback).
MCP server Claude CodeCodexCursor
Dribba: services, case studies, budget estimates and contact, as MCP tools. Runs locally from the dribba npm package.