- Building has no credits. The agent is Anthropic’s Claude Code or OpenAI’s Codex CLI, running inside your own pod and signed in with your own account or API key. InstaPods is not the AI provider and takes no cut of your AI usage, so there are no build credits, no per-message limits, and no token markup from us.
- Running has no credits. Your app, its database, cron jobs, and background workers run on a flat-priced pod with no per-query, per-run, or per-operation metering.
What you need
- An InstaPods account with a payment method on file (a builder pod is a normal billable pod; your first card add grants a one-time $10 credit).
- Your own AI subscription or API key: a Claude account (for Claude Code) or an OpenAI account / API key (for Codex). This is a real requirement, not a hidden fee, and there is no InstaPods markup on your AI usage.
Start a build
- Open AI from the dashboard sidebar (or visit
/dashboard/ai). - Pick your agent (Claude Code or Codex) and a template:
- Node.js - Express, Next.js, and full-stack Node.
- Static - HTML, CSS, and JS served by nginx.
- PHP - PHP 8.3 + nginx, serving files as you edit.
- Python - Flask and FastAPI.
- Click to create the pod. It launches in seconds and the split-screen builder opens.
- In the terminal, the agent prompts you to sign in with your own Claude or OpenAI account (or paste an API key) on first run. This credential lives in your own pod, not in a shared service.
- Describe what you want to build. The agent writes the code; the preview on the right updates as it goes. The preview is served at a temporary
*.instapods.appURL.
After it builds
Your builder pod is a normal pod, so everything else works the same way:- Add a managed database (Postgres, MySQL, Redis, MongoDB) from the pod’s Services tab, with auto-generated credentials. Build (15/mo) adds Redis.
- Custom domain - map one CNAME to the pod and HTTPS is auto-issued. See Environment variables for app config.
- Keep iterating - the agent stays in the terminal. You can also connect a GitHub repo and use Git deployment for an external workflow.