# Caboo Act Slots Demo 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.

Published Slots are configured but booking writes are not enabled. Agents can read and route until the reserved-slot write rail passes smoke tests.

## 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://app.getcaboo.com/agent/caboo-act-demo
- Summary: Keep the existing website as the human destination while Caboo hosts the canonical agent routes, booking rail, and machine-readable surfaces.
- Use https://app.getcaboo.com/agent/caboo-act-demo 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://app.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://app.getcaboo.com/agent/caboo-act-demo
- JSON: https://app.getcaboo.com/agent/caboo-act-demo.json
- Markdown: https://app.getcaboo.com/agent/caboo-act-demo.md
- Services: https://app.getcaboo.com/agent/caboo-act-demo/services
- llms.txt: https://app.getcaboo.com/agent/caboo-act-demo/llms.txt
- MCP endpoint: https://app.getcaboo.com/agent/caboo-act-demo/mcp

## Gateway pointers

llms.txt pointer:

```text
# Caboo Act Slots Demo

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

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

## Visible HTML link

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

## MCP endpoint

- Endpoint: https://app.getcaboo.com/agent/caboo-act-demo/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-act-demo, /agent/caboo-act-demo.json, /agent/caboo-act-demo.md, or /agent/caboo-act-demo/llms.txt. These are Caboo-hosted canonical agent routes.
- Add to sitemap if appropriate: https://app.getcaboo.com/agent/caboo-act-demo
- Add to sitemap if appropriate: https://app.getcaboo.com/agent/caboo-act-demo.json
- Add to sitemap if appropriate: https://app.getcaboo.com/agent/caboo-act-demo.md
- Add to sitemap if appropriate: https://app.getcaboo.com/agent/caboo-act-demo/services
- Add to sitemap if appropriate: https://app.getcaboo.com/agent/caboo-act-demo/llms.txt

## Snapshot fallback

- Generated at: 2026-06-07T21:47:39.970Z
- Canonical URL: https://app.getcaboo.com/agent/caboo-act-demo
- 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://app.getcaboo.com/agent/caboo-act-demo#business",
  "name": "Caboo Act Slots Demo",
  "description": "A Caboo-controlled internal demo showing how AI agents can read reserved booking slots, create a confirmed booking through a real write rail, and record notification/source proof.",
  "url": "https://app.getcaboo.com/agent/caboo-act-demo",
  "email": "hello@getcaboo.com",
  "address": {
    "@type": "PostalAddress",
    "postalCode": "00000",
    "addressCountry": "US"
  },
  "areaServed": "Online",
  "sameAs": [
    "https://app.getcaboo.com/agent/caboo-act-demo",
    "https://app.getcaboo.com/agent/caboo-act-demo.json",
    "https://app.getcaboo.com/agent/caboo-act-demo.md"
  ],
  "potentialAction": {
    "@type": "ReserveAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "https://app.getcaboo.com/agent/caboo-act-demo/book?service={service_key}",
      "httpMethod": "GET"
    },
    "result": {
      "@type": "Reservation",
      "name": "Caboo Act Slots Demo booking request"
    }
  },
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Caboo Act Slots Demo services and products",
    "itemListElement": [
      {
        "@type": "Offer",
        "position": 1,
        "name": "Book a Caboo Act Slots demo",
        "description": "Claim a controlled reserved demo slot through Caboo Act. This profile proves the Act booking, notification, and attribution flow using an internal staging rail; it is not a real customer offer.",
        "url": "https://app.getcaboo.com/agent/caboo-act-demo/book?service=book_caboo_act_slots_demo",
        "priceCurrency": "USD",
        "itemOffered": {
          "@type": "Service",
          "name": "Book a Caboo Act Slots demo",
          "serviceType": "Caboo Act demo",
          "description": "Claim a controlled reserved demo slot through Caboo Act. This profile proves the Act booking, notification, and attribution flow using an internal staging rail; it is not a real customer offer.",
          "areaServed": "Online",
          "provider": {
            "@id": "https://app.getcaboo.com/agent/caboo-act-demo#business"
          }
        },
        "availability": "https://schema.org/InStock"
      }
    ]
  }
}
```

llms.txt snapshot:

```text
# Caboo Act Slots Demo

A Caboo-controlled internal demo showing how AI agents can read reserved booking slots, create a confirmed booking through a real write rail, and record notification/source proof.

Canonical URL: https://app.getcaboo.com/agent/caboo-act-demo
Agent booking gateway: https://app.getcaboo.com/agent/caboo-act-demo
Agent JSON: https://app.getcaboo.com/agent/caboo-act-demo.json
Agent Markdown: https://app.getcaboo.com/agent/caboo-act-demo.md
Services JSON: https://app.getcaboo.com/agent/caboo-act-demo/services
MCP endpoint: https://app.getcaboo.com/agent/caboo-act-demo/mcp
Gateway status: active (missing_cache)
Last verified: not yet verified

Bookable services:
- Book a Caboo Act Slots demo: Claim a controlled reserved demo slot through Caboo Act. This profile proves the Act booking, notification, and attribution flow using an internal staging rail; it is not a real customer offer. — Internal demo — book: https://app.getcaboo.com/agent/caboo-act-demo/book?service=book_caboo_act_slots_demo


Booking note: Internal Caboo Act demo. Agents can claim approved reserved demo slots through the configured write rail. This is not live calendar sync, not a customer deployment, and not evidence of real external demand.
Privacy note: Caboo records only the test buyer contact details needed to prove the internal booking and notification path. Do not use this demo profile for real customer or patient data.
```
