Create a scoped API token.
Required scope: tokens:write.
Dashboard sessions can call this route, and API tokens must include the listed scope.
Documentation Index
Fetch the complete documentation index at: https://sitegpt.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 - 1201account:read, account:write, tokens:read, tokens:write, chatbots:read, chatbots:write, chatbots:delete, knowledge:read, knowledge:write, knowledge:delete, personas:read, personas:write, personas:delete, instructions:read, instructions:write, instructions:delete, settings:read, settings:write, starters:read, starters:write, starters:delete, followups:read, followups:write, followups:delete, conversations:read, conversations:write, conversations:delete, leads:read, leads:write, leads:delete, members:read, members:write, members:delete, integrations:read, integrations:write, billing:read, billing:write Optional chatbot IDs to restrict this token to. Omit for all accessible chatbots.
1 <= x <= 365Absolute token expiration. Cannot be combined with expiresInDays.