Contents
Guided setup
Integrations
Events API
Self hosting
Guided setup
Welcome to Operational.
When you sign up, onboarding helps you create your first project and API key. After that, you can create more projects and invite teammates.
Here is a sample event you can send right away:
await ops.events.log({
name: "project connected",
avatar: "✅",
category: "setup",
content: "First project is now sending events",
});
Use this guide in order:
- Create a project and API key.
- Send your first event.
- Learn event types.
- Add actions, contexts, and categories.
- View events and set up PWA on your phone.
Tip: you can also use llms.txt for faster setup. Paste that URL into your favorite LLM and ask for a quick Operational integration plan.