Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.

Body

application/json
name
string
required
provider
enum<string>
required
Available options:
hermes,
openclaw
endpointUrl
string<uri>
required

https required; validated against the SSRF/private-IP guard.

allowedChannels
enum<string>[]

Defaults to [chat] when omitted. sms requires an ACTIVE 10DLC/TCR campaign.

Available options:
chat,
sms
capabilities
string[]
contextProfile
enum<string>
default:general
Available options:
general,
sales,
support,
billing,
scheduling
transcriptWindow
integer
default:20
claimSlaSeconds
integer
default:120
fallbackRef
string

Response

Created destination (includes the show-once signingSecret).

success
boolean
required
data
object
required
message
string
errors
object[]