Skip to main content
POST
/
protocol
/
agents
/
{agentId}
/
plan
/
{planId}
Add Plan to Agent
curl --request POST \
  --url https://api.sandbox.nevermined.dev/api/v1/protocol/agents/{agentId}/plan/{planId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.

Path Parameters

agentId
string
required

The agent's unique identifier

planId
integer
required

The plan's unique identifier

Response

Plan added to agent

success
boolean
Example:

true