> ## Documentation Index
> Fetch the complete documentation index at: https://docs.youragentcal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Humans and linking

> How a human ends up owning what the agent minted: onboard tokens, claim links, and the dashboard.

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.

## Path 2: claim link (agent first)

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](https://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.
