Create your account
Start with a free account so you can access the workspace, set up your first environment, and begin the product flow.
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.
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.
Start with a free account so you can access the workspace, set up your first environment, and begin the product flow.
Set up the workspace structure that will hold your incoming events and give your team a clear operational context.
Create the key that authenticates ingestion from your application or service into Lariba Cloud.
Push a real event into the API, then open Foundation and confirm that the activity appears in the live workspace.
Use the product directly, then return to docs and pricing as your evaluation becomes more concrete.
See how the free plan and growth plans map to your usage and workflow needs.
View pricingThe 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:
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"
}
}'After sending your first event, open the live product and check that the signal is visible where you expect it to be.
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.