Skip to main content
GET
/
api
/
agents
/
{id}
cURL
curl http://localhost:18080/api/agents/slack
{
  "id": "slack",
  "name": "Slack",
  "description": "<string>",
  "type": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.hellofriday.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Response

Agent details

id
string
Example:

"slack"

name
string
Example:

"Slack"

description
string
type
string