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

# Quickstart

> Spin up and integrate your first Alcamine voice agent.

# Deploy and agent in under a minute

This guide takes you from **zero** to a live, talking voice agent inside your product. Total time: \< 1 minute.

<Note>
  Need a deeper dive? Jump straight to the [API
  reference](/api-reference/introduction) or [SDK docs](/ui/sdk).
</Note>

## 1 Create a workspace & agent

<AccordionGroup>
  <Accordion icon="user-plus" title="Sign up and create a workspace">
    1. Visit **[app.alcamine.com](https://app.alcamine.com)** and sign up with
       Google or email.

    <br />

    2. Pick a **workspace name** – this becomes part of your public URL.
  </Accordion>

  <Accordion icon="robot" title="Publish your first agent">
    1. Click **New Agent** inside the dashboard.

    <br />

    2. Choose a **template** (sales, support, tutor…) or start from scratch.

    <br />

    3. Hit **Publish** – you now have a public URL and an `agentId`.
  </Accordion>
</AccordionGroup>

## 2 Share your Managed link (zero code!)

1. Open the **Agent Detail** page inside the Alcamine dashboard.
2. Click **Share** and copy the generated URL – it will look like:

```text theme={null}
https://acme.alcamine.com/acme-sales-assistant
```

3. Paste the link anywhere (email, Slack, Twitter). Anyone can open it in a modern browser and start talking — **no embed, no SDK, no deploy pipeline**.

That's it — your first voice agent is live! 🎉

## Next steps

* **Join the community**: Share what you build and get help in our [Discord](https://discord.gg/alcamine).
* **Embed it**: Need the agent inside your app? Follow the [Embedded guide](/ui/embedded).
* **Build custom UI**: Compose your own experience with the [Components Kit](/ui/components) and [JavaScript SDK](/ui/sdk).
* **Automate workflows**: Call the [REST API](/api-reference/introduction) from your backend.
* **Manage your agents**: Use the [Alcamine CLI](/cli) to manage your agents and sessions.
