Documentation Index
Fetch the complete documentation index at: https://doc.agentfirst.dev/llms.txt
Use this file to discover all available pages before exploring further.
See also the API reference for more detail.
Usage
‘s administration service lets you support your whitelabel customers. The service has a RESTful interface that acceptsGET, POST, and PATCH requests at
https:///users.
New customers
You can provision a user by specifying their email address and the API services to assign them access permission:| Key | Required | Value |
|---|---|---|
email | ✅ | The email address of the user to create an account for; the address is case insensitive and can be up to 255 characters, regardless of character encoding |
services | ✅ | An array of at least one of the API services to grant the account access to; the possible service values are search and browser |
| Key | Value |
|---|---|
email | The email address of the new user account as recorded by the API |
token | The bearer token issued by the API for authentication |
services | An array of the API services that the account has been granted access to, search and browser being the possible values |

