Sign Up or Log In
To access Blnk Cloud, visit cloud.blnkfinance.com.
For existing users, sign in via Google or with your email and password.Google SSO is automatically enabled for your account if your email is linked to a Google account.
Workspace Setup
To complete your account, you need to create and set up your workspace.1
Create your organization

- Organization name
- Team size
- Country
- Team
2
Select a Cloud plan
Select a Cloud plan that fits your needs to complete your setup and enter your workspace.
You can choose from our 3 plans:

- Developer: Gives you read-only access, 1 seat and 1 instance.
- Lite: Gives you back-office operations, 2+ seats and unlimited instances.
- Pro (Recommended): Gives you custom reports, transaction monitoring, 5+ seats and unlimited instances.
To learn more about our plans, visit our Pricing page.
Create an Instance
For Cloud to work, it needs to connect to a Blnk Core instance. This can be hosted on your laptop, your cloud infrastructure, or a hosted Blnk Core instance.
- Instance name. It can be anything you want, e.g., development, staging, production, etc. This is the only required field.
- Core URL. This is the URL where your Blnk Core instance is hosted.
- Core secret key. This is the secret key that you configured for your Blnk Core instance. Leave empty if you don’t have a secret key.
Connect Query Agent
Once the instance is created, you’ll be redirected to a Query Agent setup page. We use the Query Agent to securely stream your data without exposing your database credentials.
- Copy the docker command to deploy the Query Agent.
-
Update the command with your actual database URL string, i.e.,
postgres://user:pass@hostname:port/db?sslmode=require
.If you’re running PostgreSQL locally within a docker container, usehost.docker.internal
as the host. -
Run the command to run the Query Agent.
Cloud listens for the query agent and automatically connects to it once verified. You’re done!
Managed Core
We help you host and manage your Blnk Core instance for you.