BraidRoute is being built with early customers. The demo uses example data and does not send real messages. Learn more →

Developers

Send BraidRoute the message you need delivered.

It handles the sending work and tells you what happened.

Talk to us

Start with one message

Pick the customer message that matters. Your app sends it once. BraidRoute does the rest and gives your team a clear result.

For developers

Technical details

The API below is a draft for early access. It is not live production documentation.

Draft API shape; it may change

POST /v1/intents
Idempotency-Key: approval_913

{
  "type": "approval.requested",
  "tenant_id": "north-yard",
  "recipient_id": "usr_2841",
  "deadline": "15m"
}

202 Accepted
{ "intent_id": "int_example", "trace_id": "trc_example", "status": "accepted" }

An idempotency key can stop a repeated request from making a second message. The result gives your team a way to follow the sending work.

In design In design

Test without real messages

In design

Early testing uses made-up data and controlled results. It does not contact real customers.

What exists today

The public demo uses example data. It shows a simple example only. It does not send real messages.