Build more capable AI agents with reusable skills and platform-aware workflows.Documentation Index
Fetch the complete documentation index at: https://docs.bult.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
CLI is a command-line interface designed for AI-native workflows. It enables AI agents and developers to interact with applications, infrastructure, and deployment environments through a consistent interface. Combined with Skills, agents can execute specialized workflows, understand platform-specific operations, and apply reusable knowledge across projects. CLI provides a standardized execution layer that allows agents to:- Deploy applications
- Manage infrastructure
- Execute operational workflows
- Access platform capabilities
- Automate repetitive tasks
Getting Started
1. Generate an API Token
Before using CLI, create an API token from your Bult account.- Sign in to the Bult dashboard.
- Navigate to API Tokens.
- Click Create Token.
- Copy and securely store the generated token.
Keep your API token secure. Anyone with access to the token can perform actions on your behalf.
2. Install CLI
- Download latest binary release from GitHub
- or build from source:
3. Authenticate
Authenticate directly using the CLI:Skills
Skills are reusable knowledge packages that teach AI agents how to perform specific tasks. Instead of repeating instructions in every conversation, teams can package expertise into Skills and make it available to all agents. Examples include:- Application deployment
- Environment management
- Troubleshooting workflows
- Security procedures
- Platform best practices

