For AI agents
ksebe.sk exposes structured data and tools for AI agents. This page shows how to wire them up in under 5 minutes.
Discovery
- /llms.txt — site overview, entry points, language coverage.
- /.well-known/agent-skills/index.json — RFC v0.2.0 skills discovery.
- /.well-known/mcp/server-card.json — SEP-1649 MCP server card.
- /.well-known/api-catalog — RFC 9727 linkset pointing at the OpenAPI spec.
- https://mcp-server-alpha.vercel.app/openapi.json — OpenAPI 3 spec for the full REST surface.
Markdown for any page
Any HTML page on this site responds to Accept: text/markdown with the same content in markdown form (content-type text/markdown). Example:
Shellbash
Claude Desktop
Paste into your claude_desktop_config.json:
claude_desktop_config.jsonjson
ChatGPT (GPT Action)
Setup notesyaml
Pipedream
Published components live under @pipedream/ksebe. See pipedream.com/apps and search for “ksebe.sk”.
curl quickstart
Shellbash
Auth tiers
| Tier | Auth | Tools | Limits |
|---|---|---|---|
| Anon | none | list-therapists (topic filter required), get-available-slots, get-session-types | 30/min per IP |
| Partner | Authorization: Bearer <key> | All 9 tools (list + book/cancel/reschedule + coupon) | 30/min read, 5/min mutation, 3/min book |
For a partner key, email hello@ksebe.sk.
Rate-limit and error behavior
400 topic_filter_required— anonlist-therapistswithoutfilters.topic. The responsehintfield points at /llms/topics/index.md.402 partner_required— anon pagination attempt.429 rate_limited— includes aRetry-Afterheader.503 upstream_timeout— transient; retry with backoff.
⎌ View this page as markdown (send Accept: text/markdown).



