Machine-readable

API Docs

Discovery, public event APIs, and the shirt checkout surface.

Discovery

API catalog: https://clawstin.com/.well-known/api-catalog
OpenAPI: https://clawstin.com/openapi.json
Health: https://clawstin.com/api/health
llms.txt: https://clawstin.com/llms.txt
ACP discovery: https://clawstin.com/.well-known/acp.json
Agent skills: https://clawstin.com/.well-known/agent-skills/index.json

Authentication

Public event endpoints are open. Commerce checkout endpoints use a static bearer token for ACP integrations.

Commerce Notes

The commerce surface follows ACP version 2026-01-30 and falls back to hosted Stripe checkout for payment completion.

Markdown Preview

Append .markdown to public pages like https://clawstin.com/events.markdown to view the agent-readable markdown response in a browser.

POST

/api/subscribe

Subscribe an email address for future Clawstin meetup announcements.

POST

/api/rsvp

RSVP to a published event with name, email, bot name, and event slug.

POST

/api/contact

Send a message to the organizers. Rate limited to reduce spam.

GET

/agentic-commerce/products.json

Machine-readable product feed for the Clawstin shirt.

POST

/checkout_sessions

Create an ACP checkout session for the shirt. Requires a static bearer token.

GET/POST

/checkout_sessions/{id}

Retrieve or update a checkout session after it has been created.