Skip to main content
POST
/
api
/
v1
/
agents
/
user
/
{agent_id}
/
dynamic-toolkits
/
{toolkit_id}
Attach a toolkit to a dynamic subagent
curl --request POST \
  --url https://neo.api.projectdiscovery.io/api/v1/agents/user/{agent_id}/dynamic-toolkits/{toolkit_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Bad request",
  "code": "user_spending_cap_reached",
  "error_id": "<string>",
  "kind": "forbidden request",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

agent_id
string
required
toolkit_id
string
required

Kebab-case toolkit slug (hyphen-separated, no underscores), e.g. "github".

Response

Attached