SuperAgent API

Supercharge your Agents

Put managed agents, memory, data, wallets, media, and workflows behind any product.

Read the docs
31managed services
52public routes
OneAgent Credit balance

Build the product. Call the rest.

Start with one service, then add more without changing the account, credit, or control model.

Agents that do the work

Call research, swarms, mini apps, persistent agents, and scheduled workflows from one backend.

Memory that stays useful

Save facts and decisions, search by meaning, answer with citations, and preserve earlier versions.

Data without another backend

Provision managed databases, store records, and move portable workspace copies when you need them.

Money moves with boundaries

Use managed wallets, short-lived quotes, separate approvals, and policy-controlled spot trading.

Results your app can keep

Run longer jobs in the background, download artifacts, and receive signed status updates.

Connect an agent. Give it the whole suite.

One remote connection lets an agent find and use every HivemindOS action its key permits. No custom wrapper is required.

Streamable HTTPhttps://api.hivemindos.app/mcp
List servicesSearch actionsRead safelyRun approved work

Your key still controls services, exact actions, projects, endpoint limits, approvals, and Agent Credits.

Connect your agent

Make a key that fits the job.

Choose what this app needs. The example policy updates instantly and leaves everything else out.

API key policy
{
  "label": "My product backend",
  "scopes": [
    "runs:read",
    "runs:write",
    "services:invoke",
    "services:read"
  ],
  "allowedServices": [
    "cloud-superbrain",
    "hive-research",
    "managed-agents",
    "managed-workflows",
    "swarm"
  ],
  "allowedOperations": [
    "actions.list",
    "capabilities.list",
    "runs.create.managed-agents",
    "services.invoke.cloud-superbrain.memory.answer",
    "services.invoke.cloud-superbrain.memory.search",
    "services.invoke.managed-agents",
    "services.list"
  ],
  "limits": {
    "*": {
      "requestsPerHour": 1000,
      "maxConcurrent": 10
    }
  }
}

This creates a server-side key policy. It does not create or expose a real key on this page.

See the advanced control model

Exact access

Allow or exclude services and individual operations. Child keys can only become narrower.

Endpoint limits

Set request, concurrency, and supported daily Agent Credit limits for exact operations.

Separate approval

Keep high-trust approval authority away from the app that proposes or executes the action.

Your app stays in control.

HivemindOS handles managed execution. Your product chooses the permissions, price boundary, and next action.

  1. Authorize the job

    A scoped key and project decide which work is allowed.

  2. Run the capability

    Call it directly or keep longer work as a durable run.

  3. Review protected actions

    Wallet moves, publishing, and other high-trust work can require a separate approval.

  4. Receive the result

    Read the response, download an artifact, or receive a signed webhook.

Build one feature. Keep the whole suite within reach.