The Agent object

The Agent entity serves as a container for managing account-related entities. Each account is uniquely associated with an agent, acting as the top-level organizational structure within the system.

{
  "id": "PZxEFRfTGb7QEnFW63xC",
  "companyName": "BrightPath Solutions",
  "companyDescription": "BrightPath Solutions provides innovative business strategies and tools for small to medium-sized enterprises. Operating Monday to Saturday from 9:00 AM to 5:00 PM, our goal is to simplify processes and drive sustainable growth for local businesses.",
  "createdAt": "2023-07-25T18:08:43.532Z",
  "updatedAt": "2025-01-19T04:08:10.328Z"
}

Attributes

  • id (string): A unique identifier for the agent. This is used to differentiate the agent entity within the system (e.g., PZxEFRfTGb7QEnFW63xC).

  • companyName (string): The name of the company associated with the agent. This should clearly identify the business (e.g., "BrightPath Solutions").

  • companyDescription (string): A brief description of the company's mission, services, and operating hours. Provides key details to understand the business's purpose and operations (e.g., "BrightPath Solutions provides innovative business strategies and tools for small to medium-sized enterprises. Operating Monday to Saturday from 9:00 AM to 5:00 PM, our goal is to simplify processes and drive sustainable growth for local businesses.").

  • createdAt (string, format: date-time): The timestamp when the agent was created, in ISO 8601 format (e.g., "2023-07-25T18:08:43.532Z").

  • updatedAt (string, format: date-time): The timestamp when the agent was last updated, in ISO 8601 format (e.g., "2025-01-19T04:08:10.328Z").

Last updated