Deploy a New Agent

Configure and launch a cloud-hosted AI agent.

1 Agent Type
2 Runtime
3 Configure

Choose Your Agent

Pick a role to get started fast, or build from scratch.

Scroll down for OpenClaw, NemoClaw, or custom Docker options.

Choose Runtime

Select the runtime environment for your agent.

Your agent runs on TamaleBot's native runtime — lightweight containers with full policy engine, audit trail, vault, and integrations built in.

TamaleBot Runtime
Native — from $5/mo
Shell, SSH, Git, cron, file I/O, web fetch, vault, sub-agents
Migrate from OpenClaw
Paste config →
Import provider, model, system prompt, channels, schedules
โšก
Minimum to deploy: just a name + a model. Everything else — integrations, API keys, schedules, brand voice files — can be added anytime from your agent dashboard. Your agent will walk you through setup on its first message.
The optional cards below are collapsed. Expand any you want to configure now.
1. Agent Identity

Lowercase, no spaces. Used in URLs and the dashboard.

Custom domain for webhook endpoints. +$2/mo add-on

This is the system message sent to the LLM on every conversation. Be specific about tone, scope, and boundaries.

Get deploy confirmations and agent status alerts. We won't spam you.

2. AI Model

We use Claude natively. Usage is auto-deducted from your account credits at Anthropic's standard rates.

๐Ÿงฎ Token Cost Estimator

Estimate your monthly LLM token costs. This is separate from TamaleBot hosting โ€” it's what you pay your AI provider (or what gets deducted from credits in managed mode).

101001,000
Estimated monthly LLM cost
~$9.00
~$0.003 per message
~1,500 tokens/msg avg

Based on ~1,500 tokens per message (500 in + 1,000 out). Actual costs vary with conversation length, tool use, and context. Prices reflect current provider rates.

โš™๏ธ
Configure more in your dashboard
After deployment, your agent dashboard lets you configure: scheduled tasks (cron jobs), security policies, resource limits, access controls, API keys & credentials, skills marketplace, SaaS integrations (Shopify, Stripe, HubSpot, Notion), widget embedding, and more. Everything on this page can be changed later too.

Estimated Monthly Cost

Cloud Agent (base) $5.00
Total $5.00 /mo
Billed daily (~$0.17/day). Destroy anytime.

Deploys to Cloudflare Containers. Your agent gets its own isolated VM.

Your API key is billed directly by your LLM provider — TamaleBot never touches it. Using managed mode? We handle the API calls for you with a small service fee on top of provider rates.

🔒

Your API Keys Are Never Exposed

TamaleBot uses network-layer credential injection to keep your API keys safe. Your agent never sees the real key — not in environment variables, not in memory, not in logs. Here's how it works:

🔐
Injected at the Network Layer
When your agent calls an API (Anthropic, OpenAI, Stripe, etc.), credentials are injected into the HTTP request after it leaves the container — at the infrastructure level. The agent code only sees a placeholder.
🛡
Encrypted at Rest
All credentials are AES-256 encrypted before storage. Decryption keys are derived per-agent — even our infrastructure can't read one agent's keys from another.
🌐
Network Policy Enforcement
Each agent has a strict allowlist of domains it can reach. If your agent only uses Anthropic and Telegram, those are the only hosts it can contact. No data exfiltration possible.
🗃
Isolated Containers
Every agent runs in its own isolated container with a non-root user. No shared memory, no shared filesystem, no cross-agent access. Your agent is yours alone.

BYOK (Bring Your Own Key)? Your LLM provider bills you directly. TamaleBot never proxies, stores, or logs your API calls. The key is injected into the authorization header at the network layer and immediately discarded — it exists in memory for the duration of a single HTTP request.