# Caboo Agent Gateway Hosted Surfaces

Use the hosted Caboo URLs as the source of truth. Static snapshots are fallback diagnostics only; the subscribed gateway is canonical.

## Methodology note

Book readiness means the business has a published machine-readable service catalog, booking paths, discovery snippets, and intent tracking. It does not guarantee that every AI agent will autonomously discover or complete bookings.

Agents can read, route, and submit intent. Caboo does not create confirmed bookings or orders, does not write directly to calendars, and does not hold slots or collect deposits for this profile until a write rail is enabled.

## Gateway status

- Subscription status: cache_missing
- Subscription state: active
- Freshness: missing_cache
- Last verified: not yet verified
- Live tools disabled: no

## Gateway pointer guidance

- Mode: augment_existing_site
- Primary URL: https://getcaboo.com/agent/caboo
- Summary: Keep the existing website as the human destination while Caboo hosts the canonical agent routes, booking rail, and machine-readable surfaces.
- Use https://getcaboo.com/agent/caboo as the hosted agent-readable profile and booking endpoint.
- If the website, directory, or CMS supports machine-readable alternates, point it at the Caboo-hosted routes.
- If a sitemap is managed, include the hosted profile, JSON, Markdown, services, and llms.txt URLs as pointers.
- Do not copy Caboo schema or LLM content into permanent customer-owned files; snapshots are diagnostics only.

## Caboo Gateway auth roadmap

- Prose: https://getcaboo.com/auth.md
- Verified booking credentials are planned for opted-in profiles, but this hosted gateway does not require a Caboo-issued booking credential today.

## Hosted canonical URLs

- Human/business card: https://getcaboo.com/agent/caboo
- JSON: https://getcaboo.com/agent/caboo.json
- Markdown: https://getcaboo.com/agent/caboo.md
- Services: https://getcaboo.com/agent/caboo/services
- llms.txt: https://getcaboo.com/agent/caboo/llms.txt
- MCP endpoint: https://getcaboo.com/agent/caboo/mcp

## Gateway pointers

llms.txt pointer:

```text
# Caboo

Caboo-hosted canonical agent profile. Do not treat this file as a standalone export.

Canonical llms.txt: https://getcaboo.com/agent/caboo/llms.txt
Agent booking gateway: https://getcaboo.com/agent/caboo
Agent JSON: https://getcaboo.com/agent/caboo.json
Agent Markdown: https://getcaboo.com/agent/caboo.md
Services JSON: https://getcaboo.com/agent/caboo/services
MCP endpoint: https://getcaboo.com/agent/caboo/mcp
Gateway status: active (missing_cache)
Last verified: not yet verified
```

## Visible HTML link

```html
<link rel="alternate" type="text/plain" href="https://getcaboo.com/agent/caboo/llms.txt" title="Caboo llms.txt">
<link rel="alternate" type="application/json" href="https://getcaboo.com/agent/caboo.json" title="Caboo agent booking gateway">
<link rel="alternate" type="text/markdown" href="https://getcaboo.com/agent/caboo.md" title="Caboo agent booking gateway">
<link rel="alternate" type="application/json" href="https://getcaboo.com/agent/caboo/mcp" title="Caboo MCP endpoint">
<a href="https://getcaboo.com/agent/caboo">View Caboo bookable services</a>
```

## MCP endpoint

- Endpoint: https://getcaboo.com/agent/caboo/mcp
- Protocol version: 2025-06-18
- Transport: streamable-http-json-rpc
- Enablement: This endpoint is usable only when the Agent Gateway MCP adapter is enabled and the profile slug is allowlisted.

## Robots and sitemap

- Do not block /agent/caboo, /agent/caboo.json, /agent/caboo.md, or /agent/caboo/llms.txt. These are Caboo-hosted canonical agent routes.
- Add to sitemap if appropriate: https://getcaboo.com/agent/caboo
- Add to sitemap if appropriate: https://getcaboo.com/agent/caboo.json
- Add to sitemap if appropriate: https://getcaboo.com/agent/caboo.md
- Add to sitemap if appropriate: https://getcaboo.com/agent/caboo/services
- Add to sitemap if appropriate: https://getcaboo.com/agent/caboo/llms.txt

## Snapshot fallback

- Generated at: 2026-06-08T20:52:49.680Z
- Canonical URL: https://getcaboo.com/agent/caboo
- Warning: Snapshot only. Caboo-hosted canonical URLs are the source of truth and may change after this gateway detail view is generated.

Schema JSON-LD snapshot:

```json
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "@id": "https://getcaboo.com/agent/caboo#business",
  "name": "Caboo",
  "description": "Agent-readiness software and implementation for local service businesses.",
  "url": "https://app.getcaboo.com",
  "email": "hello@getcaboo.com",
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "US"
  },
  "areaServed": "Remote",
  "sameAs": [
    "https://app.getcaboo.com/"
  ],
  "potentialAction": {
    "@type": "ReserveAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "https://getcaboo.com/agent/caboo/book?service={service_key}",
      "httpMethod": "GET"
    },
    "result": {
      "@type": "Reservation",
      "name": "Caboo booking request"
    }
  },
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Caboo services and products",
    "itemListElement": [
      {
        "@type": "Offer",
        "position": 1,
        "name": "Foundations",
        "description": "Done-with-you implementation that makes a business easier for AI agents to find and describe correctly.",
        "url": "https://getcaboo.com/agent/caboo/book?service=foundations",
        "priceCurrency": "USD",
        "itemOffered": {
          "@type": "Service",
          "name": "Foundations",
          "serviceType": "agent-readiness",
          "description": "Done-with-you implementation that makes a business easier for AI agents to find and describe correctly.",
          "areaServed": "Remote",
          "provider": {
            "@id": "https://getcaboo.com/agent/caboo#business"
          }
        },
        "availability": "https://schema.org/InStock"
      },
      {
        "@type": "Offer",
        "position": 2,
        "name": "Agent-Bookable Pilot",
        "description": "Machine-readable booking gateway and pilot implementation for routing buyers to the right appointment path.",
        "url": "https://getcaboo.com/agent/caboo/book?service=agent_bookable_pilot",
        "priceCurrency": "USD",
        "itemOffered": {
          "@type": "Service",
          "name": "Agent-Bookable Pilot",
          "serviceType": "agent-readiness",
          "description": "Machine-readable booking gateway and pilot implementation for routing buyers to the right appointment path.",
          "areaServed": "Remote",
          "provider": {
            "@id": "https://getcaboo.com/agent/caboo#business"
          }
        },
        "availability": "https://schema.org/InStock"
      },
      {
        "@type": "Offer",
        "position": 3,
        "name": "Agent-Ready Care",
        "description": "Ongoing upkeep for agent-readiness drift, freshness, retests, and booking gateway maintenance.",
        "url": "https://getcaboo.com/agent/caboo/book?service=agent_ready_care",
        "priceCurrency": "USD",
        "itemOffered": {
          "@type": "Service",
          "name": "Agent-Ready Care",
          "serviceType": "agent-readiness",
          "description": "Ongoing upkeep for agent-readiness drift, freshness, retests, and booking gateway maintenance.",
          "areaServed": "Remote",
          "provider": {
            "@id": "https://getcaboo.com/agent/caboo#business"
          }
        },
        "availability": "https://schema.org/InStock"
      },
      {
        "@type": "Offer",
        "position": 4,
        "name": "Scoped Audit",
        "description": "Focused audit and implementation plan for complex sites, regulated content, or vertical-specific agent readiness.",
        "url": "https://getcaboo.com/agent/caboo/book?service=scoped_audit",
        "priceCurrency": "USD",
        "itemOffered": {
          "@type": "Service",
          "name": "Scoped Audit",
          "serviceType": "agent-readiness",
          "description": "Focused audit and implementation plan for complex sites, regulated content, or vertical-specific agent readiness.",
          "areaServed": "Remote",
          "provider": {
            "@id": "https://getcaboo.com/agent/caboo#business"
          }
        },
        "availability": "https://schema.org/InStock"
      }
    ]
  }
}
```

llms.txt snapshot:

```text
# Caboo

Agent-readiness software and implementation for local service businesses.

Category: agent-readiness implementation
Canonical URL: https://app.getcaboo.com
Website: https://app.getcaboo.com
Presence mode: augment_existing_site
Email: hello@getcaboo.com
Phone: not provided
WhatsApp: not provided
Instagram: not provided
Google Business Profile: not provided
Address: US
Service area: Remote
Hours: not provided
Timezone: Africa/Johannesburg
Trust credentials: not provided
Years in business: not provided
Agent booking gateway: https://getcaboo.com/agent/caboo
Agent JSON: https://getcaboo.com/agent/caboo.json
Agent Markdown: https://getcaboo.com/agent/caboo.md
Services JSON: https://getcaboo.com/agent/caboo/services
MCP endpoint: https://getcaboo.com/agent/caboo/mcp
Gateway status: active (missing_cache)
Last verified: not yet verified

Bookable services:
- Foundations: Done-with-you implementation that makes a business easier for AI agents to find and describe correctly. — Find + Understand — book: https://getcaboo.com/agent/caboo/book?service=foundations
- Agent-Bookable Pilot: Machine-readable booking gateway and pilot implementation for routing buyers to the right appointment path. — Scoped pilot — book: https://getcaboo.com/agent/caboo/book?service=agent_bookable_pilot
- Agent-Ready Care: Ongoing upkeep for agent-readiness drift, freshness, retests, and booking gateway maintenance. — Ongoing — book: https://getcaboo.com/agent/caboo/book?service=agent_ready_care
- Scoped Audit: Focused audit and implementation plan for complex sites, regulated content, or vertical-specific agent readiness. — Scoped engagement — book: https://getcaboo.com/agent/caboo/book?service=scoped_audit


Booking note: This gateway routes booking intent; it does not guarantee autonomous agent-created bookings.
Privacy note: Caboo stores booking intent details only to route and attribute the request.
```
