SITEMAP / DOCS / API REFERENCE

API Reference.

Waypath's REST + WebSocket API is the core product. The dashboard is one consumer; you can build your own integrations using these endpoints.

01Base URL

https://api.waypath.app

If your client supports it, point it at any base URL via env var or SDK config so you can target staging, a self-hosted instance, or a local proxy without hard-coding.

02Authentication

All endpoints (except health check) require authentication via one of:

See Authentication for details.

03Endpoints

SectionEndpoints
AuthenticationRegister, login, session, API key management
Event IngestionTrack events, identify customers, batch ingestion
CustomersList, get, timeline, dedupe
Intelligence DataFull intelligence export, Cypher queries
WebhooksInbound platform webhooks
WebSocketReal-time intelligence update stream
PlaybooksCRUD + run tracking for executable agent specs
ReportingKPI summary + recent agent reasoning feed
Brand ContextPer-workspace business + voice profile

04Response format

All endpoints return JSON. Successful responses use standard HTTP status codes (200, 201). Errors return { error: string } with appropriate 4xx/5xx codes.