create_access_token
Generate access tokens for Storyblok spaces to manage API permissions and content access levels.
Instructions
Create a new access token in the current Storyblok space via the Management API.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access | Yes | The access level for the token (e.g., 'draft', 'published') | |
| name | No | Optional name for the token | |
| branch_id | No | Optional branch ID to associate with the token | |
| story_ids | No | Optional list of story IDs to restrict access | |
| min_cache | No | Optional minimum cache time in seconds |