One calendar.
Many agents.
Zero collisions.
By midday the calendar is a collision of good intentions.
One agent books a discovery call at 09:00. Another slots a client meeting at 09:30. A third blocks focus time that neither of the first two can see. The agents are each doing their job. No shared layer holds the rules they should all be following.
The market response has been more agents, not coordination. Every scheduling tool builds its own private view of availability and commits in isolation. The user becomes the resolver — manually untangling collisions every morning.
AgentDraft is the missing layer. Every agent calls one API before it books. Every booking commits through one deterministic engine. Every action is recorded in one tamper-evident log. Switching tools is just reconfiguring an endpoint — adopting AgentDraft turns scheduling into infrastructure.
Availability
Agents ask AgentDraft what's open — never the calendar directly. The response is filtered through buffer rules, focus blocks, and any active holds from sibling agents.
GET /v1/availability
?user_id=usr_01H...
?duration=30mCommit
Bookings commit through a single conditional write. When two agents collide, the priority engine resolves deterministically. No retries. No drift.
POST /v1/bookings agent: agt_sales slot: 16:00–16:30 → 201 COMMITTED
POST /v1/bookings agent: agt_recruit slot: 16:00–16:30 → 409 OUTRANKED
Audit
Every hold, commit, eviction and rule change is written immutably. Enterprise governance review is a curl away.
GET /v1/audit
?resource=bkg_3f9
→ 7 events, signedTwo agents. One slot.
Deterministic outcome.
Time-bucketed conditional writes resolve in a single DynamoDB TransactWriteItems. No locks. No races. No human in the loop.
Point your agents here. Keep your calendar.
- 1 user · 1 calendar
- 3 agents · 1 mailbox
- 30-day audit retention
- Community support
- 5 users · 3 calendars / seat
- Unlimited agents · 5 mailboxes
- Multi-agent priority resolution
- 1-year audit retention
- 14-day trial · no card required
- White-label endpoints
- SAML / OIDC · SCIM
- 7-year audit · dedicated email IP
- 99.9% SLA · dedicated CSM
"We're not building another scheduling tool. We're building the protocol that makes scheduling tools cooperate."