Token

  • allowedIps
    Type: array string[]

    Whitelist of IPv4/IPv6 addresses or CIDR ranges; empty means unrestricted

  • boostId
    Type: string
    read-only

    Globally unique boost.space identifier for this record (UUID-like)

  • created
    Type: string Format: date-time
    read-only

    Creation timestamp

  • createdUserId
    Type: integer
    read-only

    ID of user who created this record

  • description
    Type: string

    Human-readable description of the token's purpose

  • id
    Type: integer
    read-only

    Unique identifier - primary key

  • mcp
    Type: boolean

    When true, this token is an MCP (Model Context Protocol) token for AI integrations

  • permissions
    Type: array object[] · Token Permission[]

    Per-module CRUD permissions granted to this token

    • boostId
      Type: string
      read-only

      Globally unique boost.space identifier for this record (UUID-like)

    • create
      Type: boolean

      Whether the token may create records in this module

    • created
      Type: string
      read-only

      Creation timestamp

    • createdUserId
      Type: integer
      read-only

      ID of user who created this record

    • delete
      Type: boolean

      Whether the token may delete records in this module

    • id
      Type: integer
      read-only

      Unique identifier - primary key

    • module
      Type: 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.

    • read
      Type: boolean

      Whether the token may read records in this module

    • tokenId
      Type: integer

      ID of the token this permission entry belongs to

    • update
      Type: boolean

      Whether the token may update records in this module

  • priority
    Type: integer

    Default conflict-resolution priority across tokens; lower value takes precedence

  • token
    Type: string
    read-only

    Bearer token value used in the Authorization header

  • userId
    Type: integer
    read-only

    ID of the user this token authenticates on behalf of