TemporaAPI
In development
Scheduling API built
for AI agents
A deterministic scheduling backend for non-deterministic AI agents. We own the source of truth — calendars are inputs and outputs, not the backing store. Deploy as SaaS or on-premise, same API.
// example request POST https://api.temporaapi.dev/v1/schedule { "participants": ["alice@acme.com", "bob@acme.com"], "duration_min": 30, "calendar_sync": true, "resources": ["conf-room-3"], "webhook_url": "https://yourapp.dev/hooks/booking" }
Features
Atomic multi-resource booking
Coordinate participants, rooms, and equipment in one atomic call — all-or-nothing
Calendar sync
Sync with Google Calendar, Outlook, and iCal
Cloud SaaS or on-premise
Same API, your choice of deployment — hosted, or self-hosted via Docker/Kubernetes
Webhooks for events
Webhooks for every booking event