Search docs…⌘K
Dashboard →
Reference
SDKs & libraries
Connect to Relay using your preferred language or framework.

Official SDKs

We are currently focusing on stabilizing the core Relay Gateway and Management API. As a result, there are currently no official Relay SDKs available for languages like Node.js, Python, or Go.

Using the REST API

Relay is built API-first. Everything you can do in the dashboard can be done via our REST API. Until official SDKs are released, you can interact with Relay using standard HTTP clients built into your language or framework of choice.

See the code snippets on the right side of any API endpoint page (like Create API key) for examples using fetch in JavaScript and requests in Python.