A connection built for your team.
Set up access to your assigned deployment and keep the integration on your server.
Request enterprise access
Enterprise API access is currently arranged through private onboarding. Share your use case, the data you need, and your expected traffic. Your onboarding configuration identifies the REST and stream endpoints available to your application.
Authentication and network access are deployment-specific. Use the credentials and headers supplied with your endpoint; these docs do not define a self-service API-key issuance flow.
Contact hello@implyra.com or use the enterprise access form. A public dashboard session does not grant enterprise API access.
Environment configuration
Store any deployment credentials alongside these variables in your secret manager. Make REST requests from your server, and expose only the application data your frontend needs.
IMPLYRA_API_URLServer environmentThe REST base URL supplied during onboarding. Append the endpoint path directly; examples do not add a /v1 prefix.
IMPLYRA_STREAM_URLServer environmentThe separate stream service base URL supplied for your deployment.
Stream access is separate
REST and streaming run on separate services. Access to one does not establish access to the other. Some user-specific streams require an authenticated session or a short-lived stream ticket; see the real-time streams guide before connecting.