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.
Responses
200
Success
application/json
400
Bad request
application/json
500
Internal Server Error
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?