Common

The Directory API gives you access to Organizations, Accounts, Employees and Groups. Every Entity within the subsequent API calls must have an Organization attached and API calls must be made with a User specific JWT.

List all active agent profiles.

get
Responses
200
Success
application/json
get
GET /api/v1/agent/profiles HTTP/1.1
Host: api.peoplelogic.dev
Accept: */*
[
  {
    "name": "Peoplelogic Agent",
    "persona": "A general purpose AI agent.",
    "avatar": "",
    "bio": "",
    "title": "",
    "shortBio": "",
    "coordinator": false,
    "beanName": ""
  }
]

Was this helpful?