Agents that do the work
Call research, swarms, mini apps, persistent agents, and scheduled workflows from one backend.
SuperAgent API
Put managed agents, memory, data, wallets, media, and workflows behind any product.
A complete backend
Start with one service, then add more without changing the account, credit, or control model.
Call research, swarms, mini apps, persistent agents, and scheduled workflows from one backend.
Save facts and decisions, search by meaning, answer with citations, and preserve earlier versions.
Provision managed databases, store records, and move portable workspace copies when you need them.
Use managed wallets, short-lived quotes, separate approvals, and policy-controlled spot trading.
Run longer jobs in the background, download artifacts, and receive signed status updates.
Remote MCP included
One remote connection lets an agent find and use every HivemindOS action its key permits. No custom wrapper is required.
https://api.hivemindos.app/mcpYour key still controls services, exact actions, projects, endpoint limits, approvals, and Agent Credits.
Connect your agentPermission builder
Choose what this app needs. The example policy updates instantly and leaves everything else out.
{
"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.
Allow or exclude services and individual operations. Child keys can only become narrower.
Set request, concurrency, and supported daily Agent Credit limits for exact operations.
Keep high-trust approval authority away from the app that proposes or executes the action.
One request, fully carried
HivemindOS handles managed execution. Your product chooses the permissions, price boundary, and next action.
A scoped key and project decide which work is allowed.
Call it directly or keep longer work as a durable run.
Wallet moves, publishing, and other high-trust work can require a separate approval.
Read the response, download an artifact, or receive a signed webhook.
Ready when your backend is