Tools and Interfaces
GL Connectors provides a set of developer tools to help you get up and running quickly. Whether you need to grab credentials, test connector requests, or manage authentication from your terminal, these tools have you covered.
The Connectors Console is your go-to for obtaining and managing Credentials. Use it to generate and retrieve the keys and tokens you need to authenticate with GL Connectors (right now, only whitelisted emails are allowed to use the Console, for generic purposes, please check the Playground).
The Playground is an interactive environment for experimenting with GL Connectors. Build and test request bodies in real time, see responses instantly, and export working code snippets you can drop directly into your project — no setup required.
The GL Connectors CLI brings core functionality to your terminal. Use it to:
Authenticate and manage your credentials
View and manage active connectors
Initiate third-party login flows to enable additional connectors
The CLI is ideal for developers who prefer a terminal-first workflow or need to automate connector management as part of their development pipeline.
The GL Connectors SDK is the core library for integrating connectors directly into your application. It provides methods for authentication, making requests, and managing user connections programmatically. Head over to the SDK documentation to get started.
Last updated
Was this helpful?