Agent Assignments in Brightsy AI allow you to connect your agents with applications, other agents, and manage API access. This guide will help you navigate the interface to manage various assignments for your agents, including chats, connected apps, agent connections, and API keys.
Accessing the Agent Details
- Navigate to the Agent Page: Log in to the Brightsy AI web app and go to the agent's page you wish to manage.
- Open Agent Details: Click on the agent to open the
AgentDetailsContainer interface.
Assignment Properties
Chat Properties
| Property | Type | Description | Required | Constraints |
|---|
| id | string | Unique identifier for the chat | Auto-generated | Read-only |
| agentId | string | ID of the agent associated with the chat | Auto-generated | Read-only |
| title | string | Title of the chat conversation | Auto-generated | Based on conversation |
| messages | array | Collection of messages in the chat | Auto-generated | Contains message objects |
| createdAt | datetime | When the chat was created | Auto-generated | Read-only |
| updatedAt | datetime | When the chat was last updated | Auto-generated | Read-only |
App Token Properties
| Property | Type | Description | Required | Constraints |
|---|
| id | string | Unique identifier for the app token | Auto-generated | Read-only |
| agentId | string | ID of the agent associated with the token | Auto-generated | Read-only |
| applicationId | string | ID of the connected application | Yes | Must exist in the system |
| token | string | Authentication token for the application | Yes | Valid token format |
| createdAt | datetime | When the connection was created | Auto-generated | Read-only |
Connected Agent Properties