Prerequisites
Before you begin, you need:- A FalkorDB Cloud account.
curlandjqinstalled locally.
Get started
1
Sign in
Sign in with your FalkorDB Cloud email and password. The response sets the The cookies are scoped to See Sign in for the full reference. The session lasts 1 hour.
omnistrate_token session cookie that authorizes every other request, so store it in a cookie jar..falkordb.cloud, so curl does not replay them to https://api.omnistrate.cloud. Read the token out of the cookie jar and send it as an explicit Cookie header on the requests below.2
Create an instance
Send a create request to the endpoint for your service tier and deployment component, passing the session token. This example creates a Free instance.
3
Wait until it is running
Instances are provisioned asynchronously. Poll the describe endpoint until The
status is RUNNING.result_params object contains the hostname and port you connect to.4
Connect
Use the returned endpoint with any FalkorDB client.
Next steps
- Browse the API reference for every tier and component.
- Review the shared schemas for request and response shapes.