create_agent
Provision a new managed agent with a Privy-managed wallet, sponsored on-chain delegation, and a $3 welcome credit on your first agent.
Instructions
Provision a new managed agent end-to-end: agents row → Privy-managed wallet → sponsored on-chain operator delegation → $3 welcome credit auto-disbursed on the account's FIRST agent only (immediately spendable; once per account, not per agent). Defaults to pay-as-you-go funding (no credit line; upgrade later with open_credit_line). Returns agentId, privyWalletAddress (the deposit address), and delegationTxHash — NOT an API key; mint one with create_agent_key. Requires a developer key (floe_live_...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Agent name (alphanumeric / space / underscore / hyphen). | |
| max_rate_bps | No | Max annual interest rate the delegation accepts, in bps (default 1500 = 15%). | |
| expiry_seconds | No | Operator delegation lifetime in seconds (default 90 days). | |
| borrow_limit_raw | No | Optional on-chain borrow limit in raw USDC (6 decimals). Omit for the pay-as-you-go default. |