One API call. Synapse picks the model, shields personal data, pulls from your own knowledge base, and lets agents call your tools — before your code ever sees a provider name.
curl -X POST https://api.pulse-labs.fr/v1/conversations \
-H "x-api-key: sk_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{"title": "Q3 market entry decision"}'
# → { "conversation": { "id": "clx1a2b3c", "title": "...", "createdAt": "..." } }
curl -X POST https://api.pulse-labs.fr/v1/conversations/clx1a2b3c/message \
-H "x-api-key: sk_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{"content": "Should we enter APAC or LATAM first?"}'
# → { "messages": [...], "convergenceScore": 0.72 }If you only need a single model behind a single API key, don't buy us.
If you need your AI layer to route across providers, redact personal data, retrieve your own documents, and call your own tools — without you wiring any of it by hand — that's the next evolution Synapse Engine gives your product.