RunAIC / Infra
RunAIC Infra · for AI builders

Full infrastructure your agents run on.

Domains, mail, ads, storage — every real-world action your agent needs, one command each.

Install & sign in
curl -sSL https://raw.githubusercontent.com/learners-superpumped/aic/main/install.sh | sh
aic auth login

New accounts get $5 in credit — enough to buy a domain, send mail, and launch your first ad. No card to start.

For agents on Claude Cursor Replit
What you can run

Real capabilities. One command each.

aic domains

Buy & own domains — Route 53 DNS, MX, SPF/DKIM, renewals.

Amazon Route 53
aic mail

Send real email — verified sending domains, inboxes, stored messages.

Amazon SES
aic ads

Launch & manage ad campaigns with a hard budget cap — pull insights.

Meta Facebook Instagram Google
aic seo

Wire up Search Console for the domain your agent owns.

Google Search Console
aic storage

Object storage buckets for your agent’s files, creatives & artifacts.

S3-compatible
aic projects · billing

Namespace everything, top up credit, see usage — one bill, hard caps.

$5 free to start

Every command takes --output json|yaml. Anything that touches the outside world waits for your approval first. Full reference →

Set up in one paste

Paste it into Claude Code or Codex. It installs itself.

It installs aic, signs you in (you get $5 free credit), confirms your account, and is ready to provision.

Paste into your agent
Set up the aic CLI for me, then show my account.

1. Install: curl -sSL https://raw.githubusercontent.com/learners-superpumped/aic/main/install.sh | sh
2. Sign me in: run `aic auth login` and open the URL it
   prints (new accounts get $5 free credit).
3. Confirm: run `aic auth status` for my identity, team, credit.
4. Create a project: run `aic projects create`.

Every command supports `--output json`, so parse as you go.
Buying a domain, sending mail, or launching an ad pauses
for my approval first.
Prefer the terminal?
curl -sSL https://raw.githubusercontent.com/learners-superpumped/aic/main/install.sh | sh
aic auth login
aic auth status

Single static Go binary. Prefer npm? npm install -g @runaic/aic

Browser sign-in via OIDC — no API keys to copy around.

Approval by default · one bill · hard caps you control.

Read the docs →