Create a personal access token.
Auth
Create a personal access token.
Returns the plain-text token once. Store it securely; it cannot be read again from the API.
POST
Create a personal access token.
Documentation Index
Fetch the complete documentation index at: https://docs.openagents.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Create a new Sanctum personal access token
Response
Token created; plain token value is returned once