POST
/
signal-create
Create Custom Signal
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/signal-create \
  --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
clusters
object[]
required

Array of cluster configurations for regional deployment

description
string
required

Detailed description of the signal's purpose and usage

key
string
required

Key type for the signal. Single types: 'maid', 'domain', 'postal_code', etc. Composite types: 'postal_code,domain', 'maid,domain'

name
string
required

Human-readable name for the custom signal

Response

Successful response

data
object
message
string
success
boolean