
Install the CDP SDK with npm install @coinbase/cdp-sdk. You'll need API credentials from the Coinbase Developer Platform.
Use the AgentWalletService to create a TEE-secured wallet for your agent. The private key never leaves the secure enclave — you only interact with the wallet through the CDP API.
Set spending limits, allowed operations, and blocked addresses to ensure your agent operates within safe boundaries. GuardRails protect against misuse and cap potential losses.
Once your agent is configured, submit it for review. Our team verifies capabilities and sets up your on-chain NFT identity via AgentRegistry.sol.