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.

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 — Associate $229/mo or Senior $339/mo per agent
Shell, SSH, Git, cron, file I/O, web fetch, vault, sub-agents. 14-day free trial.
โšก
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. Plan

Your monthly LLM allowance covers typical use. If you go over, the agent keeps working โ€” extra usage is metered at standard rates and added to your next invoice. No throttling, no surprise pause. First agent on your account starts a 14-day free trial โ€” no credit card required.

3. AI Model
✨ Managed Claude

Claude Sonnet 4.5 on Associate, Claude Opus 4.6 on Senior. Monthly LLM allowance is included in your plan; overage bills at 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.
๐ŸŽ First 14 days free. No credit card required. Cancel anytime during the trial and pay nothing.

Your plan

Associate plan $229/mo
After 14 days $229 /mo
Subscription managed via Stripe. Cancel anytime.

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

LLM usage is included up to your plan's monthly allowance ($50 on Associate, $100 on Senior). Overage is billed via Stripe at standard 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.