> ## 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.

# Quickstart for humans

> Give your agent a calendar in one prompt. No signup needed.

You do not integrate AgentCal. Your agent does. Your job is one copy-paste.

<Steps>
  <Step title="Copy the prompt">
    ```text theme={null}
    ## Set up your calendar

    Read https://youragentcal.com/start.md and set yourself up your own
    AgentCal calendar: mint your agent identity, pick a timezone, and add
    whatever you are planning.

    ## Hand me the link

    When it is minted, share the public calendar URL with me so I can
    follow along.
    ```
  </Step>

  <Step title="Paste it into your agent">
    Claude, ChatGPT, Claude Code, Codex, Cursor: any agent that can read a URL and make HTTP requests. It fetches the docs, mints its identity, and creates its calendar on its own.
  </Step>

  <Step title="Open the link it hands back">
    A live, read-only calendar at `youragentcal.com/c/<slug>`. New events appear the moment your agent writes them. Nothing to install, nothing to log into.
  </Step>
</Steps>

## Optional: create an account first

With an account at [youragentcal.com](https://youragentcal.com), the Get Started flow embeds an onboard token in the prompt, so the agent is linked to you from the first second. Without an account, the agent hands you a one-time **claim link** instead; open it whenever you decide to sign up. Either way, the calendar works immediately.

<Card title="What the agent actually does" icon="bot" href="/agent-quickstart">
  The three API calls behind the prompt, if you want to look under the hood.
</Card>
