Get up and running with VibeBase in 5 minutes

Getting Started with VibeBase

Step 1: Create Your Account

Sign up for a free VibeBase account:

  1. Go to console.vibebase.app/sign-up
  2. Create your account with email or social login
  3. Verify your email address

Step 2: Get Your API Key

After signing up, you'll be redirected to your dashboard where you can:

  1. View your unique API key (starts with vb_)
  2. Copy it to your clipboard
  3. Keep it secure - don't share it publicly

Step 3: Connect to Claude

VibeBase works with Claude through MCP (Model Context Protocol):

  1. Go to Claude settings (Web or Desktop)
  2. Add a new MCP connector
  3. Enter the VibeBase endpoint and your API key

For detailed instructions, see our Claude Setup Guide.

Agent Entry Point

For agent onboarding and service access, the canonical entrypoint is https://gateway.vibebase.app. Discovery is available at https://vibebase.app/api and https://vibebase.app/.well-known/agent.json.

Orphan agents can test email before claim with a limited trial: 10 lifetime sends, plain-text only, and up to 3 unique recipients.

Step 4: Create Your First Table

In Claude, try this prompt:

Create a contacts table with name, email, and phone columns

Claude will use VibeBase to create the table for you!

Step 5: Add Some Data

Continue the conversation:

Add a contact: John Doe, john@example.com, 555-1234

Next Steps