Coming soon to AWS Marketplace

Deploy AI Agents
In Your Own Cloud

AgentCell is a containerized AI agent runtime that puts Claude’s full tool-use capabilities behind an OpenAI-compatible API — running entirely inside your AWS account.

Learn More
~ / agentcell
# Send a request — standard OpenAI format
curl -X POST https://your-alb.amazonaws.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{"model":"claude-sonnet","messages":[
      {"role":"user","content":"Fix the failing tests"}]}'
 
# AgentCell streams back SSE chunks
{ "choices": [{ "delta": { "content": "I found 3 failing tests...
  Let me read the test files and fix them." }}]}
✓ Agent executed 12 tool calls in 8.4s

Everything you need to run AI agents at scale

One container. Full tool access. Your VPC. No data ever leaves your account.

OpenAI-Compatible API

Drop-in replacement. Works with any tool that speaks the /v1/chat/completions protocol — no client changes needed.

Full Tool Orchestration

Shell commands, file I/O, web search, code analysis — the agent wields a complete Linux toolchain inside the container.

Your VPC, Your Data

Runs entirely in your AWS account. No data transits third-party infrastructure. Full data residency compliance.

Declarative Config

Control identity, allowed tools, file restrictions, model, and system prompt entirely through environment variables.

From subscription to running agent in minutes

1

Subscribe

Find AgentCell on the AWS Marketplace and subscribe with one click. Start with a 14-day free trial.

2

Deploy

Launch the included CloudFormation template. It provisions the full stack — VPC, ALB, ECS, IAM, Secrets Manager.

3

Connect

Point your existing OpenAI-compatible tools at the endpoint. The agent is ready to take requests.

Simple, transparent pricing

One plan. No hidden fees. You only pay for the containers you run.

14-day free trial
$0.05 / container-hour

~$36/mo for a single always-on instance + AWS infra costs

  • Unlimited API requests per container
  • Full tool access (shell, files, web, code)
  • SSE streaming responses
  • Prometheus metrics & audit logging
  • Extend via standard Docker layering
  • CloudFormation one-click deploy
Coming Soon