Give your AI a
place to think.
Secure, pay-as-you-go cloud containers for autonomous agents. Zero infrastructure required. Just send a task, attach your files, and get the results.
If you choose Google sign-in, AgentContainer uses only the basic profile information needed to authenticate your account and provide the service. See our Privacy Policy.
import { AgentContainer } from '@agentcontainer/node';
import fs from 'fs';
const ac = new AgentContainer({ apiKey: process.env.AC_API_KEY });
// Spin up an isolated container and pass it files
const task = await ac.tasks.create({
model: 'claude-sonnet-4.6.6',
instructions: 'Read these financial PDFs and generate a consolidated Q3 summary in Markdown.',
files: [
fs.createReadStream('./q1-report.pdf'),
fs.createReadStream('./q2-report.pdf'),
fs.createReadStream('./q3-report.pdf')
],
internetAccess: false // Keep it secure
});
console.log(`Task started in isolated container: ${task.id}`);
// The agent works autonomously and returns the final Markdown file.
Pay per minute.
No subscriptions. Pay a few cents per minute of container time. Bring your own AI provider key — token costs go straight to your provider.
EU Compliant.
Built with data sovereignty in mind. Workloads run in Amsterdam regions by default.
How it works
Think of it like serverless functions — but instead of milliseconds, your agent gets minutes. A fresh container, full autonomy, and automatic cleanup when it's done.
Send a task via API
Describe what you want done, attach files, and hit send. No Dockerfiles, no cluster setup — one API call.
Sandbox spins up in seconds
An isolated container boots with your files mounted. Own filesystem, own network, own process space.
Agent works autonomously
Not a single API call — the agent reads, thinks, writes code, catches errors, and retries until the job is done.
Results out, sandbox destroyed
Output files uploaded, container wiped. No lingering data, no orphaned processes. Pay only for minutes used.
Watch it work.
Agents aren't just single API calls. They are long-running, autonomous processes that think, retry, and execute inside isolated environments.
Predictable, transparent pricing.
Choose a plan for your concurrency needs, then pay only for the container minutes you use. Bring your own AI provider key — token costs are billed directly by your provider.
AI Model
Estimated Cost
Need custom limits or dedicated infrastructure?
Wondering what you can build?
From automated code review to data extraction and web scraping, see how others are using AgentContainer.
See Use Cases