This command is only available on Astro.
astro organization
astro organization token create
Create an Organization API token.
Create an Organization API token.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create an Organization API token.
astro organization token create
| Option | Description | Valid Values |
|---|---|---|
--clean-output | Print only the token as output. Use this flag in automated workflows. | None. |
--description | The description for the token. | Any string surrounded by quotations. |
--expiration | The expiration date for the token. By default there is no expiration date. | Any integer between 1 and 3650, used to represent days. |
--name | The name for the token. | Any string surrounded by quotations. |
--role | The token’s role in the Organization. | Possible values are either ORGANIZATION_MEMBER, ORGANIZATION_BILLING_ADMIN, or ORGANIZATION_OWNER. |
astro organization token create --name "My Org Owner API token" --role ORGANIZATION_OWNER
Was this page helpful?