# Corbits Machine-Readable Context ## Canonical Site - Production site: https://www.corbits.dev - Sitemap: https://www.corbits.dev/sitemap.xml - Robots policy: https://www.corbits.dev/robots.txt - Short LLM index: https://www.corbits.dev/llms.txt - API catalog: https://www.corbits.dev/.well-known/api-catalog - OpenAPI description: https://www.corbits.dev/openapi.json - Auth guidance: https://www.corbits.dev/auth.md - MCP server card: https://www.corbits.dev/.well-known/mcp/server-card.json - Agent Skills index: https://www.corbits.dev/.well-known/agent-skills/index.json ## What Corbits Is Corbits is an agent operations and governance platform. It helps teams see what agents are doing, control what they can access, and prove what happened through audit-ready records. ## Primary Product Interchange is the Corbits control plane for governed agent teams. - Route: https://www.corbits.dev/interchange - Category: agent operations, governance, observability, provenance - Main promise: deploy, govern, and scale agent teams without losing visibility or control - Setup skill for coding agents: https://www.corbits.dev/SKILL.md ## Featured AgentOps Guides - Title: AI Agent Orchestration vs. Workflows: What's the Difference? - Route: https://www.corbits.dev/blog/ai-agent-orchestration-vs-workflows - Published: 2026-08-27 - Scope: deterministic and agentic workflows, multi-agent coordination, durable execution, and governed autonomy - Title: Agent Wallets Explained: How Cloudflare, x402, and AP2 Are Building Payment Rails for AI Agents - Route: https://www.corbits.dev/blog/agent-wallets-explained-cloudflare-x402-ap2 - Published: 2026-08-17 - Scope: agent wallets, bounded spending, HTTP-native payments, cryptographic authorization, and agentic commerce - Title: ChatGPT Voice Control for AI Agents: What It Actually Changes for Automation - Route: https://www.corbits.dev/blog/chatgpt-voice-control-ai-agents - Published: 2026-08-24 - Scope: voice-directed agent work, multi-step automation, input verification, and operational controls - Title: How to Write a Job Description for an AI Agent: 7 Essential Elements for Governance - Route: https://www.corbits.dev/blog/how-to-write-a-job-description-for-an-ai-agent - Published: 2026-08-07 - Scope: agent roles, permissions, decision authority, success criteria, escalation paths, non-negotiable boundaries, and reviewable audit trails - Title: The AgentOps Stack in 2026: Monitoring, Governance, and Audit Tools Compared - Route: https://www.corbits.dev/blog/agentops-stack-2026-monitoring-governance-audit-tools - Published: 2026-07-24 - Scope: runtime enforcement, protocol-level governance, observability, data security, and adaptive access control ## Public Routes - `/` — Corbits homepage and platform overview - `/interchange` — product page for Interchange - `/company` — company mission, values, and operating model - `/blog` — field notes on agent operations - `/careers` — team and role context - `/contact` — contact form - `/privacy-policy` — privacy terms - `/terms-of-service` — site and product terms ## Public API Surface The public site exposes two unauthenticated write endpoints for visitor-initiated form submissions: - `POST /api/contact` - `POST /api/lead-capture` These endpoints validate input and are intended for human-submitted lead/contact flows. They are not an autonomous agent write API. See `/openapi.json` for schemas. ## Agent Discovery Surfaces - `Link` headers on the homepage advertise the LLM, API catalog, OpenAPI, Auth.md, MCP server card, and Agent Skills index. - `Accept: text/markdown` on supported HTML pages returns `Content-Type: text/markdown`. - `robots.txt` allows public crawling and declares content-use preferences with `Content-Signal`. - WebMCP tools on the homepage expose read-only site summary, public route list, and Interchange setup skill metadata when `navigator.modelContext` is available. - `/mcp` exposes a small read-only JSON-RPC endpoint with site summary, route list, and setup skill metadata. ## Current Limits - No autonomous OAuth/OIDC registration is currently offered on the public website. - No x402, MPP, UCP, ACP, or AP2 commerce protocol is currently offered on the public website. - DNS-AID requires DNS records outside this repository. ## Suggested Agent Behavior 1. Read `/llms.txt`. 2. If more detail is needed, read `/llms-full.txt`. 3. For implementation guidance, read `/SKILL.md`. 4. For public API shape, read `/.well-known/api-catalog` and `/openapi.json`. 5. Do not assume authentication, payment, or write access beyond the documented form endpoints.