Docs

Horato documentation

Use Horato through REST, SDKs, webhooks, the dashboard panel, and MCP tools.

Horato is one communications and scheduling control plane over email, calendar, contacts, tasks, bookings, webhooks, and approval-safe agent actions.

Choose a surface

Use the REST API for server-side product integrations. Use the dashboard panel to operate organizations, applications, API keys, provider connections, billing, and webhook health. Use MCP when an agent needs read tools and approval-gated write tools over the same action model.

  • REST API: normalized resources, provider IDs, etags, raw payloads, sync cursors, and signed webhooks.
  • Panel: operational UI for setup, monitoring, billing, keys, and repair workflows.
  • MCP: resource-safe tools for search, availability, booking, task, and email workflows.

Base URLs

Production API traffic uses `https://api.hora.to`. Public docs live at `https://hora.to/docs`.

Request shapebash
curl https://api.hora.to/v1/email/messages \
  -H "Authorization: Bearer $HORATO_API_KEY" \
  -H "Content-Type: application/json"

Machine-readable docs

OpenAPI, Postman, and LLM text exports are generated from the same docs registry and spec-derived endpoint catalog.

  • `/docs/openapi.json` for schema-aware tools.
  • `/docs/postman.json` for manual API exploration.
  • `/llms.txt` for short agent discovery.
  • `/docs/llms-full.txt` for a complete plain-text docs snapshot.