Token
- allowedType: array string[]
Ips Whitelist of IPv4/IPv6 addresses or CIDR ranges; empty means unrestricted
- boostType: string
Id read-onlyGlobally unique boost.space identifier for this record (UUID-like)
- createdType: string Format: date-timeread-only
Creation timestamp
- createdType: integer
User Id read-onlyID of user who created this record
- descriptionType: string
Human-readable description of the token's purpose
- idType: integerread-only
Unique identifier - primary key
- mcpType: boolean
When true, this token is an MCP (Model Context Protocol) token for AI integrations
- permissionsType: array object[] · Token Permission[]
Per-module CRUD permissions granted to this token
- boostType: string
Id read-onlyGlobally unique boost.space identifier for this record (UUID-like)
- createType: boolean
Whether the token may create records in this module
- createdType: stringread-only
Creation timestamp
- createdType: integer
User Id read-onlyID of user who created this record
- deleteType: boolean
Whether the token may delete records in this module
- idType: integerread-only
Unique identifier - primary key
- moduleType: string · All modules in system (dash syntax)
Module whose resources this permission controls
Module name in
kebab-case(dash-separated) format, used in URL path parameters. Open set (built-ins plus custom modules); not restricted to an enum. - readType: boolean
Whether the token may read records in this module
- tokenType: integer
Id ID of the token this permission entry belongs to
- updateType: boolean
Whether the token may update records in this module
- priorityType: integer
Default conflict-resolution priority across tokens; lower value takes precedence
- tokenType: stringread-only
Bearer token value used in the Authorization header
- userType: integer
Id read-onlyID of the user this token authenticates on behalf of