Agent Kit
Give AI agents a wallet and guardrails
A toolkit that lets AI agents check balances, trade and pay, within strict spending policies you control.
from yourbrand_agents import AgentWallet, tools
wallet = AgentWallet.create(policy="max_20_eur_per_day")
agent = MyAgent(tools=tools(wallet))
agent.run("Buy €10 of ETH if it drops below €2,100")
What you get
Framework-agnostic
Works with popular agent frameworks.
Spending policies
Hard limits and allowlists.
Human approval
Require sign-off above a threshold.
Audit log
Every action recorded.
Quickstart
- Step 1
Create an account
Sign up for a free developer account.
- Step 2
Generate API keys
Create keys with the scopes you need.
- Step 3
Install the SDK
npm, pip or go get, whichever you prefer.
- Step 4
Ship it
Test on testnet, then switch to mainnet.
Start building in minutes
Create a free developer account and get API keys instantly.