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.

For external agents, the canonical public surface is the capability gateway. Use it for API, CLI, and MCP-backed workflows so grants, modes, quota, idempotency, AOS approval, receipts, and audit history stay consistent.

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
CapabilitiesDiscover, invoke, meter, and inspect agent capabilities
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.