bl serve
Serve a blaxel projectSynopsis
Start a local development server for your Blaxel project. This runs your agent, MCP server, or job locally on your machine for rapid development and testing. Perfect for the inner development loop where you want to iterate quickly without deploying to the cloud. Supported Languages:- Python (requires pyproject.toml or requirements.txt)
- TypeScript/JavaScript (requires package.json)
- Go (requires go.mod)
- bl chat agent-name —local (for agents)
- bl run agent agent-name —local —data '' (for agents/jobs)
- bl serve —hotreload Start local server with auto-reload
- Edit your code Make changes
- Test immediately Server reloads automatically
- bl deploy Deploy when ready
Examples
Options
Options inherited from parent commands
SEE ALSO
- bl - Blaxel CLI is a command line tool to interact with Blaxel APIs.