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

# Deployment

> How AtamaiAgents deploys and manages your agents

# Deployment

AtamaiAgents handles the entire infrastructure stack for your agent — from container provisioning to TLS certificates and subdomain routing.

## How It Works

When you deploy an agent, AtamaiAgents:

1. **Provisions an isolated container** — your agent runs in its own Docker container on our Kubernetes cluster
2. **Assigns a subdomain** — your `name.atamai.ai` URL is live within seconds
3. **Configures TLS** — HTTPS is automatic, no setup required
4. **Connects your channels** — Telegram, Slack, Discord, or web chat are connected via your dashboard

## Container Isolation

Every agent runs in a dedicated container with:

* Isolated filesystem and network namespace
* Resource limits (CPU, memory) enforced per plan
* Automatic restart on crash
* Zero shared state with other tenants

## Deployment Time

From clicking "Deploy" to a live agent: **under 60 seconds** on average.

| Step                     | Time      |
| ------------------------ | --------- |
| Container provisioning   | \~15s     |
| OpenClaw startup         | \~10s     |
| Subdomain routing active | \~5s      |
| Channel connection       | \~10s     |
| **Total**                | **\~40s** |

## Updating Your Agent

To update your agent configuration:

1. Go to your agent in the [dashboard](https://app.atamai.ai)
2. Edit settings (model, system prompt, channel config)
3. Click **Save & Restart**

Changes take effect within 30 seconds. Your subdomain stays the same.

## Stopping and Restarting

You can stop, start, and restart agents from the dashboard at any time. Stopped agents don't consume credits but retain their subdomain and configuration.

## Logs

Real-time logs are available in the dashboard under **Agent → Logs**. Logs are retained for 7 days on Starter, 30 days on Pro, and 90 days on Ultimate.

## Regions

AtamaiAgents currently runs on Hetzner infrastructure in Europe (Falkenstein, DE). Additional regions are planned based on demand.
