Skip to main content
GET
/
v1
/
agents
/
platform-tools
/
catalog
List the platform tools an agent can enable
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/agents/platform-tools/catalog \
  --header 'x-api-key: <api-key>'
{
  "tools": [
    {
      "name": "<string>",
      "title": "<string>",
      "summary": "<string>",
      "description": "<string>",
      "kind": "<string>",
      "effect": "<string>",
      "parameters": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

Successful Response

The full set of platform tools an agent can enable (org-independent, static).

tools
PlatformToolCatalogEntry · object[]