Attach an agent
Attach the agent withPOST /wallets/{walletId}/agents, passing the agent’s id.
You cannot attach an agent to the Vault. See Vault.
Set the default wallet
Your agents can have default wallets. An agent’s default wallet is the one it moves money from when a call names no wallet. Agents getting paid also use the default wallet to collect funds.List the agents a wallet allows
Confirm withGET /wallets/{walletId}/agents exactly which of your agents can move money from a wallet, and which one holds the default.
Detach an agent
Revoke access to this one wallet withDELETE /wallets/{walletId}/agents/{agentId}. The agent stays active on every other wallet it is attached to. You cannot detach an agent from its own default wallet: point its default at another wallet first.