Start free

Create one workspace. Connect one source. Send one event.

Set up Lariba Cloud in minutes and turn your first product, ERP, payment, website, or backend signal into searchable operational visibility.

Choose your path

Start from the step that matches you.

Whether you are new, returning, or evaluating, the goal is the same: get to a real workspace with real activity as quickly as possible.

Setup checklist

A practical checklist from signup to first signal.

This is the recommended path for a clean first setup. Start small, verify one event, then grow into alerts, analytics, and workflow automation.

01

Create your account

Start with a free account so your workspace can be linked to a real user.

02

Verify your email

Confirm account ownership before continuing into workspace setup.

03

Create your organization

Your organization becomes the top-level workspace for teams, projects, and settings.

04

Create your first project

Projects hold your event streams, API keys, sources, and operational context.

05

Generate a source-scoped key

Create a scoped key that allows your app or service to send events securely.

06

Send your first event

Push one real event into the ingestion API and confirm that it appears in your workspace.

What happens after signup

From account to workspace in one focused flow.

After creating your account, Lariba Cloud guides you through the minimum setup needed to make the product useful.

Verify your email.

Create your organization.

Create your first project.

Generate your first source-scoped key.

Send and inspect your first event.

Secure by default

API keys are scoped to your project and can be rotated or revoked later as your workspace grows.

First event example

Send one real event into the platform.

Replace the source API key with your own Event Sources key. Start with one simple event before connecting production traffic.

Code examplecurl request
curl -X POST https://lariba-cloud-api.vercel.app/v1/events/ingest \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_SOURCE_API_KEY" \
  -d '{
    "event_type": "checkout.completed",
    "source": "backend-api",
    "severity": "info",
    "message": "Checkout completed",
    "status": "triggered",
    "payload": {
      "plan": "pro",
      "region": "eu-west"
    }
  }'

Tip: keep your source API key private. Never expose ingest keys in client-side code.

Verify success

Confirm the workspace is working.

After sending your first event, check that the signal is visible and attached to the correct project.

Your account and organization are created successfully.

Your project exists and has a valid API key.

Your event request is accepted by the ingestion API.

The event appears inside Foundation or the live workspace.

You can continue into alerts, visibility, and workflow setup.

Troubleshooting

Common setup questions.

Most first setup issues come from email verification, API key scope, or event payload format.

If something fails, start with one event, one project, and one API key before adding integrations.

I did not receive the verification email.

Check spam first. If it still does not arrive, return to login and use the verification help flow linked from the email verification message.

My API key is not working.

Confirm that you copied the full key, that it belongs to the correct project, and that you are sending it in the Authorization header.

My event does not appear.

Check the API response, project name, source name, and payload format. Start with one simple event before sending production traffic.

I already have an account.

Log in and continue from your existing organization, project, and environment instead of creating a new workspace.

Ready

Start with one source and turn your first event into operational visibility.

Confirm the flow works, then expand into alerts, integrations, automation, and stronger operational workflows.