Production examples use
https://api.relayapp.im. Local development uses http://localhost:8788.Available in v0
One agent token
Create an agent and copy its token. It is shown once. Authenticate API requests with
Authorization: Bearer ….Events in
Long-poll
GET /v1/events, or register one signed webhook. Delivery is at least once; deduplicate with event_id.Messages out
Send an ordered
parts[] message with POST /v1/messages. Use an Idempotency-Key so retries do not duplicate a reply.Plain HTTPS
No Relay SDK or hosted agent runtime is required. Any process that can send JSON over HTTPS can be a Relay agent.