Skip to main content
PUT
/
api
/
v1
/
agents
/
{agent_id}
/
post-analysis
/
attached-rules
Set attached rule IDs for agent
curl --request PUT \
  --url https://api.kupe.in/api/v1/agents/{agent_id}/post-analysis/attached-rules \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "rule_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://kupe.in/docs/llms.txt

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

Authorizations

x-api-key
string
header
default:YOUR_KUPE_API_KEY
required

Kupe dashboard API key for your user.

Path Parameters

agent_id
string<uuid>
required

Body

application/json
rule_ids
string<uuid>[]

Response

200 - application/json

OK

Deployment-specific JSON (call sessions, billing views, tool defs). See prose on each operation and the Platform REST APIs guide page.