Overview
Clients are used to group and organize projects in the CodeFire sidebar. Each client can have a custom name and color.list_clients
List all clients with their IDs, names, and colors.Parameters
No parameters required.Returns
Example
create_client
Create a new client for grouping projects.Parameters
Client name
Hex color code (e.g. “#3B82F6”). Optional, defaults to blue.
Returns
Confirmation message with the created client name and ID.Example
Notes
- Clients are created with an auto-generated UUID as their ID
- The
sort_orderis automatically assigned based on the number of existing clients - Client colors should be valid hex color codes (e.g. “#FF5733”)
- Clients can be managed through the CodeFire GUI for more advanced operations like reordering and deletion
