Create your account
Sign up at app.reinx.ai and create your organization. You can explore the dashboard and configure projects, teams, and policies right away — financial operations unlock once identity verification (KYC) completes.
Fund your treasury
Add funds from Funding in the dashboard. Bank transfers (ACH/wire) are free; balances are held as USD-pegged stablecoins and displayed in dollars.
Create an agent
From the dashboard, create an agent: give it a name, pick a team, set its budget and approval threshold. The agent gets its own non-custodial crypto wallet automatically.When it’s created, copy the agent’s API key — it starts with
sk_reinx_live_ and is shown once. This is the only credential your agent needs; it never touches wallet keys.Connect your agent via MCP
Add the Reinx MCP server to your agent’s configuration:Or with Claude Code:
Make the first payment
Your agent can now check its remaining budget and pay for things — within the rules you set:Payments at or below your approval threshold auto-approve and execute — unless another policy stage intervenes (an anomaly flag or a project/team approval rule can still route them to review, and hard limits can deny them). Anything above the threshold lands in your Approvals queue — approve or deny from the dashboard (you’ll also be notified by email).
TypeScript and Python SDKs are coming soon. Today, agents connect through the MCP
server and humans/automations use the REST
API.
What’s next
- Payment Workflow — the request → poll → learn loop your agent should implement
- Spending Policies — every control you can set
- Approvals — how the human-in-the-loop works