POST
/
signals-agent-register
Register Signals Agent
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/signals-agent-register \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {},
  "message": "Operation completed successfully",
  "success": true
}

Authorizations

Authorization
string
header
required

Use your Scope3 API key as the bearer token

Body

application/json
brandAgentId
string
required

ID of the brand agent this signals agent will work with

endpointUrl
string
required

ADCP-compliant endpoint URL where the agent receives requests

name
string
required

Human-readable name for the signals agent

config
string

Optional configuration parameters for the agent

description
string

Optional description of what this agent does

Response

Successful response

data
object
message
string
success
boolean