Teammates Commands
Manage AI Teammates using the Kubiya CLI.
Teammates Commands
kubiya teammates
Manage your AI Teammates, including their configuration, instructions, and associated tools/integrations.
Available Commands
Command | Description |
---|---|
list | List all available teammates |
get | Get detailed information about a specific teammate |
create | Create a new teammate from a YAML definition file |
update | Update an existing teammate using a YAML definition file |
apply | Create or update a teammate (upsert operation) |
delete | Delete a teammate |
Command Examples
Teammate YAML Structure
Example Teammate Definition
Common Options
These options apply to most teammates commands:
Option | Description |
---|---|
--file , -f | Path to a YAML file with teammate configuration |
--output , -o | Output format: json, yaml, table (default: table) |
--label | Filter or set labels (key=value format) |
--fields | Specify fields to display (for get and list) |
--force | Skip confirmation prompts |
Deleting a teammate is permanent and cannot be undone. Use with caution.