accounts_use
Set the active billing account for project operations. Call after login if you have multiple accounts. Provide an account ID or prefix.
Instructions
Set the active billing account that project commands operate on. Call this after 'login' when you belong to more than one account, before using 'projects_list', 'projects_create', or 'projects_use'. Accepts a full account UUID or a unique prefix; run 'accounts_list' to see valid ids. Returns the resolved account name and id, or an error if no account matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Billing account id — full UUID or a unique leading prefix. Get ids from 'accounts_list'. |