Skip to content
Kubit Guide
Kubit Guide

Sign Up

Create your free Kubit account and pick the path that fits — explore example data with zero setup, or integrate your own project in about 15 minutes.


Register

If this is your first time accessing Kubit, you need to create an account. Sign up is free, takes less than a minute, and no credit card is required.

  1. On the login screen, click Sign up at the bottom.

    image.png
  2. Choose Continue with Google, or enter your email address.

    (Recommended) Use your work email — Kubit will auto-enrich your trace data with additional context.

    image.png

Choose your path

Once you're signed in, pick the path that fits the moment — you can always switch later, so this isn't a one-way door.

  • Option 1: Explore Example Data — No setup, no integration. You're in Kubit in under a minute, poking around the pre-built Example workspace and its sample agent traces. Best when you just want to see the product in action and integrate your project later.

  • Option 2: Integrate Your Project — About 5 minutes. Name your workspace, generate context, generate an API key, install the Kubit plugin in Claude Code or Cursor, and run /kubit-integrate to start sending real traces from your project.

image.png

Option 1: Explore Example Data

Pick this path and you land directly in the Example workspace. It ships with a pre-built dashboard powered by trace data from the Demo Store — a fictional online storefront we use to show what Kubit captures from a real agent.

  1. Open the default dashboard from Home.

  2. Skim the reports — agent activity, errors, sessions, user behavior — to get a feel for what's there.

[Screenshot]

Take a deeper tour to explore Demo Store when you're ready.


Option 2: Integrate Your Project

Pick this path when you want to send your own traces into Kubit. Plan on about 15 minutes end-to-end.

1. Name your workspace

Give the workspace a name and pick a timezone. The timezone controls how dates and times display in reports and dashboards.

image.png

2. Add workspace context

Workspace context — your company, product, and categories — is what Kubit uses to enrich and label the traces it ingests.

  • If you signed up with a work email, Kubit auto-generates this context for you. Review the fields and edit anything that's off, right inline. You can always update it later under Settings - Workspace - Context.

  • Otherwise, fill in your website, click Refresh. Then adjust organization name, product, and any relevant categories, then click Regenerate Context.

image.png

3. Integrate your project

Save your API key (optional) — it's only displayed once, though /kubit-integrate will create new API key if not provided. Then follow the on-screen setup instructions:

  1. Install the Kubit Plugin for Claude Code or Cursor. This installs Kubit's MCP server and the full skills library, including /kubit-integrate.

    npx @kubit-ai/agent-plugin

  2. Run the /kubit-integrate skill and follow the prompts to detect your AI framework and observability SDK, wires up through OTel, and gets traces flowing into your new workspace in under 5 minutes.

  3. Run /kubit-inspect skill to verify traces

Screenshot 2026-04-29 at 5.21.30 PM.jpg

Details

Check Integrate your project for a complete walk-through, or reference Install Kubit Plugin and Use Kubit Skills.


Next steps