Skip to main content
GET
/
v1
/
agents
/
{agent_id}
/
platform-tools
Get an agent's enabled platform tools
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/agents/{agent_id}/platform-tools \
  --header 'x-api-key: <api-key>'
{
  "platform_tools": {}
}

Authorizations

x-api-key
string
header
required

Path Parameters

agent_id
string<uuid>
required

Response

Successful Response

platform_tools
Platform Tools · object