Skip to main content
This guide takes you from credentials to a running FalkorDB instance using the API.

Prerequisites

Before you begin, you need:

Get started

1

Sign in

Sign in with HTTP Basic authentication. The response sets the omnistrate_token session cookie that authorizes every other request, so store it in a cookie jar.
See Sign in for the full reference. The session lasts 1 hour.
2

Create an instance

Send a create request to the endpoint for your service tier and deployment component, replaying the cookie jar with -b. This example creates a Free instance.
3

Wait until it is running

Instances are provisioned asynchronously. Poll the describe endpoint until status is RUNNING.
The result_params object contains the hostname and port you connect to.
4

Connect

Use the returned endpoint with any FalkorDB client.
Never hardcode credentials in scripts or commit them to source control. Read them from environment variables or a secret manager, and keep cookies.txt out of version control.

Next steps

Need help? Reach out at contact@falkordb.com.