Get Started

Set up Lariba Cloud and send your first event.

The fastest path to first value is simple: create your account, create a workspace, generate an API key, send an event and verify activity inside Foundation.

Start here

The shortest path from account creation to visible product activity.

Lariba Cloud is built so teams can reach first value quickly. You do not need a large onboarding process to begin. The most useful starting point is a real project, a real API key and a real event flowing into the workspace.

Step 1

Create your account

Start with a free account so you can access the workspace, set up your first environment, and begin the product flow.

Step 2

Create your organization and project

Set up the workspace structure that will hold your incoming events and give your team a clear operational context.

Step 3

Generate a project API key

Create the key that authenticates ingestion from your application or service into Lariba Cloud.

Step 4

Send your first event

Push a real event into the API, then open Foundation and confirm that the activity appears in the live workspace.

Quick actions

Start the flow now.

Use the product directly, then return to docs and pricing as your evaluation becomes more concrete.

Create your account

Start free and enter the product with the fastest setup path.

Start free
Open the docs

Review setup guidance, API direction, and the current onboarding path.

Read docs
Review pricing

See how the free plan and growth plans map to your usage and workflow needs.

View pricing
Sign in

Already have an account? Continue where you left off.

Log in
First event example

Send one real event into the platform.

The first event should be simple, real and easy to verify in the workspace. Replace the API key with your own project key and send a request like this:

Code examplecURL request
curl -X POST https://lariba-cloud-api.vercel.app/v1/events \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "event": "checkout.completed",
    "project": "checkout-service",
    "properties": {
      "plan": "pro",
      "region": "eu-west"
    }
  }'
What to verify

Confirm the workspace is working.

After sending your first event, open the live product and check that the signal is visible where you expect it to be.

Your organization and project are created successfully.
Your API key is active and scoped to the correct project.
Your event request is accepted by the ingestion API.
The event appears inside Foundation or the live event workspace.
You can now continue into alerts, visibility and workflow setup.
After setup

Use Foundation as your first live operational layer.

Once your first event is flowing, the next step is simple: inspect live activity, confirm the event stream feels credible and then grow into alerts and stronger workflows as your usage expands.