Users
In Profile → Users, administrators add people to the system, assign roles, and connect bots.
How to connect a bot
- Create a user with role
BOT. - Generate a bot token for that user.
- Set the token lifetime in weeks.
- Grant the bot access to the required form.
- Use the token in requests:
http
Authorization: Bearer <token>Important notes about bot token
- a bot token is bound to the bot user
- one bot should have one active token
- task access is determined by the bot's access to the form
- if you need higher throughput, create a second bot and issue a separate token
- one bot can have access to at most
2forms
Practical setup
Minimal integration flow:
- Create a dedicated bot user for one integration.
- Grant access only to the forms that bot must use.
- Generate a token for the required lifetime.
- Use that token in the external service, bot, or AI agent.
If the bot needs access to more forms:
- Create another bot.
- Generate a separate token for it.
- Grant that bot access to the required forms.
Error message:
Bot already has access to 2 forms. Create another bot or remove access from another form.
Recommendation
Do not use one bot for every integration in the company.
If integrations are different, create separate bot users with separate tokens and separate form access.