Authorizations
API key authentication
curl --request GET \
  --url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/deployments/chat \
  --header 'x-api-key: <api-key>'[
  {
    "id": "<string>",
    "allowedUsers": "<string>",
    "welcomeMessage": "<string>",
    "llmModel": "<string>",
    "modelConfig": {},
    "chatAgentId": "<string>"
  }
]curl --request GET \
  --url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/deployments/chat \
  --header 'x-api-key: <api-key>'[
  {
    "id": "<string>",
    "allowedUsers": "<string>",
    "welcomeMessage": "<string>",
    "llmModel": "<string>",
    "modelConfig": {},
    "chatAgentId": "<string>"
  }
]API key authentication