Chains
BNB Beacon Chain
BNB ecosystem’s staking & governance layer
Staking
Earn rewards by securing the network
Build
Explore
Accelerate
Connect

If you want to ship a useful AI agent on chain today, you have to assemble at least five things separately:
Each one is a different vendor, a different SDK, a different login. Every seam in that stack is a place something can break, and every dependency is a future migration headache waiting to happen.
Even when that stack is wired up correctly, the agent often doesn't last long. The moment its language model credits run out, it stops. It has no way to refill its own balance. The result is an agent that looks autonomous until it isn't, and you end up checking on it the way someone checks on a houseplant.
BNB Agent Studio is a developer product that takes those pieces and puts them inside one workflow. You describe the agent in one prompt inside Cursor or your favourite vibecoding platform, and the product handles the rest. Your agent comes out of deployment already paying its own bills and already addressable on BNB Smart Chain.
The whole flow lives inside an AI IDE. Install the bnb CLI, describe what you want the agent to do, and BNB Agent Studio scaffolds the code, sets up the wallet, registers the agent's onchain identity, and deploys it to a managed runtime.
The pieces underneath:
The developer experience is meant to look like a normal coding session.
Local testing happens in the same environment. Once you're satisfied, deployment is a single instruction. Behind that, Studio compiles the agent, pushes it to AWS Bedrock AgentCore, registers an ERC-8004 identity for it, binds its wallet to that identity, registers the ERC-8183 task interface, and turns on the self-funding loop.
Self-funding is the part that does the heavy lifting once your agent is live. Your agent watches its own language model balance. When the balance falls below a threshold, the SDK initiates a payment over x402, drawing from the wallet you funded at deployment and settled in $U on BNB Smart Chain. Your agent stays online during the top-up. When the underlying wallet runs low, you refill it.
What changes for you is mostly what you no longer have to build. Wallets, identity, payments, and hosting are part of the product. The SDK ships in Python today, with more languages coming. The CLI works in any MCP-compatible AI IDE, which means your existing Cursor and Claude Code workflows pick up Studio without any extra setup.
Three things to know about how this actually works:
To get started, install the CLI from studio.bnbchain.org/install and read the quickstart in the docs.
BNB Agent Studio is live on BNB Smart Chain mainnet. The CLI is publicly available, the SDK installs via pip, and the supported AI IDEs at launch are Cursor and Claude Code, with additional MCP-compatible environments coming through MCP itself.
To support developers, the BNB Agent Studio AWS Free Tier offers a no-cost way to try the full cloud agent deployment pipeline using only a GitHub login with no AWS account or credit card required.
From there you get access to agent creation, cloud deployment, onchain registration via ERC-8004, and ERC-8183 / x402 onchain interactions, all without setting up your own infrastructure first.
This is a limited-time campaign with a capped budget, so access closes once it's gone. Here's everything you need to know about how it works.
When total campaign spend reaches the budget threshold ($3,000 × 80% ≈ $2,400), campaign end is automatically triggered:
Note: AWS billing has a delay of roughly 24 hours, so the actual trigger point is based on estimated spend reaching the threshold (subject to adjustment). Final spend is determined by actual AWS billing.
When the 48-hour trial ends, all cloud resources are immediately and permanently deleted and cannot be recovered. Onchain identity and transaction records are permanently retained and unaffected.
Important:
The current shape of the product is the developer surface for shipping individual agents. Further work covers ecosystem features and additional wallet and language model integrations. None of that is required for you to start building today.
Here’s what’s to come:
Late June 2026 - more options at every step:
Mid July 2026 - more choice and control:
The roadmap updates regularly as we ship. For the latest, see the BNB Agent Studio page:
bnbchain.org/en/bnb-agent-studio
BNB Chain has been pointing toward a chain where autonomous software does real work for some time. BNB Agent Studio is the developer surface that makes that workable. The product is built for you if you want to ship agents that actually do the work, not chatbots that need supervision.
To start, install the CLI:
pip install bnbagent-studio
Or read the quickstart in the docs.