Prerequisites
This step requires Docker to be installed and running on your machine. To install Docker, follow the official installation guide.
Authenticate
First, authenticate your CLI with the sb0 platform:1
Build
Build your agent into a Docker image:This packages your agent code, dependencies, and runtime into a production-ready container.Expected output:
2
Push
From your This builds and uploads your agent to the sb0 platform registry.Expected output:
agent/ directory, push your agent to the platform:3
Test
Test your deployed agent: