Prerequisites
Before you begin, you need:- A FalkorDB Cloud account.
curlandjqinstalled locally.
Get started
1
Sign in
Sign in with HTTP Basic authentication. The response sets the 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.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 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.