Prerequisites
- A Vela account with an app created in the dashboard
- Your client secret (
vela_cs_...) and API key (vela_live_...)
Step 1: Install an SDK
Step 2: Register an event schema
Before ingesting events, you need to define their shape. This tells Vela what fields to expect and validate.Step 3: Send an event
Step 4: Set up a notification rule (optional)
Get alerted when specific events occur:Next steps
TypeScript SDK
Full TypeScript SDK reference.
Python SDK
Full Python SDK reference.
CLI
Manage schemas as code with the Vela CLI.
Schemas
Learn about field types and validation.