create-service
Create daemon apps from GitHub or Docker, and database services (PostgreSQL, Redis, MySQL, MongoDB) for Bult projects.
Instructions
Create a Bult.ai service. Supports daemon apps from a GitHub repository or Docker image, plus PostgreSQL, Redis, MySQL, and MongoDB database services.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID | |
| name | Yes | Service name (lowercase, alphanumeric with hyphens/underscores) | |
| config | Yes | Bult service configuration with 'kind' (daemon/database), 'deploy' settings (box_id, source_type: git/docker), and optionally environment variables, ports, files, and deployment metadata |