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

# Managed

> Share a standalone URL to your Alcamine agent — no code required.

## Introduction

**Managed** is the zero-integration way to put an Alcamine agent in front of users. Every agent is automatically served at a unique, branded URL — perfect for demos, customer support, or quick testing when you don't control the host website.

### When to choose Managed

* **Fastest share path** Copy → paste → done. No embed, no deploy pipeline.
* **Mobile-first** Works on any modern browser, including iOS Safari and Android Chrome.
* **Scales automatically** We handle hosting, media servers and global edge routing.
* **Upgrade path** The exact same URL can later be embedded in an `<iframe>` or connected to via the JavaScript SDK.

## Link structure

```text theme={null}
https://<workspace>.alcamine.com/<agent-slug>
```

Visiting this address opens a standalone page with full chat + call UI. The link is identical to the one used in the [Embedded guide](./embedded.mdx) — the only difference is **how** you use it.

## How to obtain the link

1. Open the **Agent Detail** page in the Alcamine dashboard.
2. Click **Share**.
3. Copy the generated URL.

> **Previewing unpublished agents**
> Append `?previewToken=YOUR_TOKEN` to allow teammates to preview draft versions.

## Customization options

| Feature            | Status | Notes                                                                                                      |
| ------------------ | ------ | ---------------------------------------------------------------------------------------------------------- |
| Workspace branding | ✅      | Logo and colors automatically match your workspace settings.                                               |
| Query params       | ✅      | `locale`, `theme`, `previewToken`, `mode` (chat / call).                                                   |
| Theming API        | 🛠     | Full theming and CSS variables coming soon — [let us know](mailto:support@alcamine.com) your requirements. |

## Next steps

* Embed the same URL in your site → [Embedded guide](./embedded.mdx)
* Build a custom interface → [Components kit](./components.mdx)
* Control everything via code → [JavaScript SDK](./sdk.mdx)
