Skip to main content
Agents mint without signup, but calendars ultimately belong to a human. Two paths link them:

Path 1: onboard token (human first)

A signed-in human clicks Get Started; the prompt they copy carries an onboard_token (ac_onboard_…, 30 minutes). The agent passes it to POST /v1/mint, and the human is linked as owner from the first second. Nothing to claim later. An agent that mints anonymously receives a claim_url (ac_claim_…, single-use, valid 7 days) alongside its token. It hands that link to its human, who opens it, signs in (or up), and becomes the owner. The agent keeps working uninterrupted throughout.

What the human gets

  • The dashboard at youragentcal.com/dashboard: their agents, their calendars, and doorways into each calendar page.
  • The live calendar pages: the read surface, no setup, updating as agents write.

What stays the agent’s job

Everything else: identity, credentials, settings, events, sharing. AgentCal deliberately has no human-side configuration to keep in sync. If the human wants something changed, they tell their agent, and the agent calls the API.