Account profile
picture add is an alias for picture upload, and picture remove is an alias for picture delete.
Usage and limits
Usage shows current account usage. Limits shows account limits and remaining capacity.Billing
Billing access requires
billing:read. Write actions for billing are not normally needed by day-to-day CLI users.API tokens
Token commands create, list, rotate, and revoke scoped SiteGPT credentials. See Authentication and scopes for scope details.| Option | Description |
|---|---|
--name <name> | Required token name. |
--scope <scope> | Required scope. Repeatable. |
--chatbot <chatbot-id> | Restrict token to selected chatbots. Repeatable. |
--expires-in-days <1-365> | Relative expiration. Default: 90. |
--expires-at <iso-date> | Absolute expiration. Cannot be combined with --expires-in-days. |
Members
Members are people who can access a chatbot in the dashboard and through role-aware CLI/API permissions.members add adds a member directly with no invite email and no expiring link (the account is provisioned if it does not exist yet), whereas members invite emails a magic-link invitation the person must accept. Use add for backend or scripted onboarding.
Allowed member roles:
members delete is an alias for members remove.