Skip to main content
PATCH
TypeScript

Authorizations

Authorization
string
header
required

API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".

Headers

idempotency-key
string

A header for idempotency purposes

Path Parameters

id
string
required

Context ID

type
string
required

Context type

Body

application/json
data
object
required

Custom data to associate with this context. Replaces existing data.

Example:
bridgeUrl
string | null

Optional bridge URL override for agent connect. When an inbound agent turn resolves this context, its bridge call is routed here instead of the agent default bridge URL. Must be a publicly reachable URL. Pass null to clear an existing override.

Example:

"https://tenant-acme.example.com/api/novu"

Response

OK

type
string
required

Context type (e.g., tenant, app, workspace)

id
string
required

Unique identifier for this context

data
object
required

Custom data associated with this context

createdAt
string
required

Creation timestamp

updatedAt
string
required

Last update timestamp

bridgeUrl
string

Bridge URL override for agent connect, if configured on this context