Skip to main content
Developer workflow

One API call. A scoped wallet. Rules outside the prompt.

Plain HTTP and MCP. The financial boundary stays portable across runtimes — no proprietary SDK, no lock-in.

01

Create the agent

One POST to /v1/agents with a name, team, and budget.

02

Store the key once

The scoped agent credential is returned once and stored in your secret manager.

03

Connect over MCP

Point any compatible runtime at the HTTP endpoint and get all 13 tools.

04

Let policy decide

Budget, velocity, and approval rules run outside the agent before payment executes.

Create agent
curl -X POST https://api.reinx.ai/v1/agents \
  -H "Authorization: Bearer $CLERK_SESSION_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "ad-spender",
    "teamId": "00000000-0000-4000-8000-000000000000",
    "budgetCents": 50000
  }'
Provisioning result

Wallet infrastructure and a default policy are created with the agent.

200 OK
Receive channelsEVM + Solana
Agent keyShown once
Virtual cardComing Soon
MCP connection 13 tools available
{
  "mcpServers": {
    "reinx": {
      "type": "http",
      "url": "https://mcp.reinx.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${REINX_AGENT_KEY}"
      }
    }
  }
}
Budget Rules
Edit Rules
Monthly Budget$500.00
Daily Limit$200.00
Per-Payment Cap$100.00
Payments / Hour10
Payments / Day50
Requires ApprovalAbove $50.00
A
Ad Spender
Increase Google Ads campaign budget
$450.00
Expires in 42m
ApproveDeny
Founder & SMB

Stop sharing one company payment method across every agent.

Separate balances, budgets, and histories per agent — so you always know who spent what, and why.

DashboardReal-time view of your AI workforce
Add FundsCreate Agent
Monthly Spend / Budget$4,280 / $25,000
Active Agents12
Pending Approvals3
Agent Balances$248,350
A
Ad Spender
Runs paid acquisition campaigns
Agent Balance
$2,847.50
Growth Marketing teamActive
Monthly budget68%
$340.00 / $500.00Resets in 12d
A
Ad Spender
Increase Google Ads campaign budget
$450.00
Expires in 42m
ApproveDeny

Separate every agent.

Give each agent its own balance, transaction history, budget, and scoped key.

Keep policy outside the prompt.

Deterministic budget and payment checks run before a wallet payment executes.

Review the exceptions.

See amount, purpose, agent, and expiry context before you approve or deny.

Pause without destroying access.

Block new payments for one agent while retaining its identity and credential.

Enterprise governance

More teams and agents. The same clear boundaries.

Organization, project, and team scope stays visible across access, policies, approvals, and audit history — one control plane, every department.

Workspace governance
Acme Corp/Growth/Marketing
Role scoped

Access roles

OwnerAdminProject ManagerTeam LeadOperatorViewer

Audit history

Current scope
Budget rules updated
Growth / Marketing
Project Manager
Agent paused
Growth / Marketing
Team Lead
Approval denied
Operations / Procurement
Operator

Organization ownership

Keep billing, KYC, funding, integrations, and top-level security organization-scoped.

Project and team boundaries

Group agents by operational scope while preserving inherited budgets and permissions.

Six role levels

Assign owner, admin, project, team, operator, and viewer access at the right scope.

Scoped audit history

Keep role, policy, approval, and agent lifecycle changes visible to authorized teams.

Found your workflow?
Give it a wallet.

Join the waitlist and be the first to deploy agents that handle real money.

See All Features