# PumaClaw API Documentation

PumaClaw currently publishes public discovery endpoints for agents, crawlers, and integrators.

## Endpoints

| Endpoint | Media type | Purpose |
| --- | --- | --- |
| `/.well-known/api-catalog` | `application/linkset+json` | API catalog with service description, documentation, and status links. |
| `/.well-known/openapi.json` | `application/vnd.oai.openapi+json` | OpenAPI description for public discovery endpoints. |
| `/health.json` | `application/json` | Public service health metadata. |
| `/robots.txt` | `text/plain` | Crawl policy, AI crawler rules, content signals, and sitemap reference. |
| `/sitemap.xml` | `application/xml` | Canonical sitemap for public pages. |

Protected product APIs are not publicly available during early access. Agents can use the discovery endpoints above to understand the public site and contact PumaAI for access.
