Skip to content
Now shipping Boxes and MCP

All the backend primitives AI teams actually need.

Typed databases, task scheduling, files, and Docker-backed boxes with one SDK, one auth model, one billing surface, and zero infrastructure babysitting.

One key. Multiple surfaces. Same data across SDK, dashboard, and agents.

Platform Coverage

Everything on one surface instead of multiple disconnected vendors.

Products

MonkeyDBMonkeyTasksMonkeyBucketsMonkeyBox

Same Org Model Everywhere

Tenant isolation, auth, rate limits, and billing all resolve to the same org-aware context.

Agents Use the Real Backend

MCP is not a sidecar demo. It sits on the same data plane and limit model as the SDK and dashboard.

Usage Is Buyer-Readable

Every plan exposes bundled usage, hard caps, and overage behavior instead of hiding details in docs.

Boxes Fit the Stack

Persistent Docker-backed workspaces now sit next to storage and task scheduling in one platform.

Platform

One SDK, one auth story, one ops surface.

The real product advantage is how the pieces line up. The same plan model powers the dashboard, SDK, billing, rate limits, and MCP traffic, so your team does not glue systems together after the demo.

Ship Fast

The same SDK spans records, tasks, files, and boxes, so teams compose features instead of stitching vendors.

Predictable Pricing

Bundled usage, hard limits, and overage behavior all line up with the dashboard and invoice surface buyers actually care about.

Security First

Dual auth, tenant-isolated keys, per-org limits, and private-by-default infrastructure are built into the platform shape.

typescript
import { Monkey } from '@monkeyhub/sdk'

const monkey = new Monkey(process.env.MONKEY_KEY!)

const users = monkey.collection<User>('users', { indexes: ['email'] })
await users.save({ id: 'usr_123', email: 'jerry@monkey.io', plan: 'chimp' })

const tasks = monkey.tasks('welcome-emails')
await tasks.run({ payload: { userId: 'usr_123' }, webhookUrl: 'https://app.example.com/hooks/jobs' })

const files = monkey.bucket('assets')
await files.put('avatars/usr_123.png', file, { visibility: 'public' })

const box = await monkey.boxes.create({ name: 'workspace', image: 'default', size: 'small' })
await box.exec('npm run build')

MCP Server

Expose the same backend to humans and agents.

Claude, Cursor, and custom agents can save records, upload files, run tasks, and inspect org context through the same auth, limits, and data plane your app already uses.

Same auth model

MCP calls use the same org-scoped API keys and permission model as SDK traffic.

Same guardrails

Rate limits, quotas, and query protections carry over automatically instead of needing separate agent rules.

Same data plane

Collections, tasks, and buckets stay the same no matter whether the caller is your app, dashboard, or an agent.

Pricing

Plans that show exactly what you get before you buy.

Use the cards to scan positioning fast, then use the comparison table to inspect every bundled dimension, hard limit, and rate cap on one page.

Paid plans include a 14-day trial.Free stays hard-limited with no overage.

Baby Monkey

Prototype fast without opening a billing ticket.

Prototype

$0

/month

No annual billing.

  • 100K DB writes and 500K DB reads
  • Task runs, file storage, and box compute bundled
  • 1 index per collection and 50 MB max file size
  • Hard stop at quota with no overage

Overage: Stops at request-path quotas and returns 402 once the bundle is exhausted.

Start Free

Chimp

The first paid plan for teams moving out of prototype mode.

Starter

$19

/month

$190 / year with a 14-day trial.

  • 1M DB writes, 100K task runs, and 5 GB files
  • 50 box CPU-hours bundled
  • Pay-as-you-go overage once the bundle is crossed

Overage: Traffic keeps flowing and usage is billed at period end by feature.

Choose Chimp

Most Popular

Mandrill

Production-friendly capacity with a clearer safety margin for scale.

Production

$49

/month

$490 / year with a 14-day trial.

  • 5M DB writes, 500K task runs, and 25 GB files
  • 200 box CPU-hours bundled
  • Most balanced plan for multi-surface workloads

Overage: Same per-feature overage model with materially larger bundles before you hit it.

Choose Mandrill

Silverback

For teams that need aggressive throughput across the whole stack.

Scale

$199

/month

$1,990 / year with a 14-day trial.

  • 50M DB writes, 5M task runs, and 500 GB files
  • 1,000 box CPU-hours bundled
  • Volume-discounted overage on the biggest usage spikes

Overage: Soft-limit overage with larger bundles and volume discounts at higher usage bands.

Choose Silverback

Commercial Terms

What each plan costs and how billing behaves once you are live.

Included

Baby Monkey

$0

Chimp

$19

Mandrill

Popular

$49

Silverback

$199

Monthly Price

$0$19 / mo$49 / mo$199 / mo

Annual Price

N/A$190 / yr$490 / yr$1,990 / yr

Trial

N/A14 days14 days14 days

Overage Model

Hard stop (402)Pay as you goPay as you goVolume discounts

MonkeyDB Included Usage

Typed database operations and storage bundled into each plan.

Included

Baby Monkey

$0

Chimp

$19

Mandrill

Popular

$49

Silverback

$199

DB Writes / Month

100K1M5M50M

DB Reads / Month

500K5M25M250M

DB Storage

0.5 GB2 GB10 GB100 GB

MonkeyTasks Included Usage

Task execution and status tracking included before overage.

Included

Baby Monkey

$0

Chimp

$19

Mandrill

Popular

$49

Silverback

$199

Task Runs / Month

10K100K500K5M

Task Status Checks / Month

50K500K2.5M25M

MonkeyBuckets Included Usage

Uploads, reads, storage, and delivery bandwidth for file workflows.

Included

Baby Monkey

$0

Chimp

$19

Mandrill

Popular

$49

Silverback

$199

Uploads / Month

5K25K100K1M

File Reads / Month

50K500K2.5M25M

File Storage

0.5 GB5 GB25 GB500 GB

Bandwidth

1 GB10 GB50 GB500 GB

MonkeyBox Included Usage

Runtime compute, memory, storage, and transfer for boxes.

Included

Baby Monkey

$0

Chimp

$19

Mandrill

Popular

$49

Silverback

$199

Box CPU

10 vCPU-hrs50 vCPU-hrs200 vCPU-hrs1K vCPU-hrs

Box Memory

20 GB-hrs100 GB-hrs400 GB-hrs2K GB-hrs

Box Storage

1 GB5 GB10 GB50 GB

Box Data Transfer

1 GB10 GB25 GB250 GB

Hard Limits

Non-metered caps that shape indexes, uploads, and operational throughput.

Included

Baby Monkey

$0

Chimp

$19

Mandrill

Popular

$49

Silverback

$199

Indexes / Collection

1235

Max File Size

50 MB250 MB500 MB5 GB

Max Files / Bucket

1K10K100KUnlimited

Box Snapshots / Month

31025Unlimited

Template Builds / Month

52050200

Operational Limits

Request and workload ceilings that affect interactive and automated traffic.

Included

Baby Monkey

$0

Chimp

$19

Mandrill

Popular

$49

Silverback

$199

Requests / Second

10251001K

Burst

501255005K

MonkeyTasks Runs / Second

51050500

MonkeyBuckets Uploads / Minute

10251001K

Need the long-form explanation of bundled usage, overage, and guardrails? Review the pricing and security docs for the same numbers in narrative form.