Skip to main content

Quick Start Guide

Get started with VibeXP in 5 minutes. This guide will walk you through creating your account, setting up your first prompt, and connecting your AI tools.

Step 1: Create Your Account

  1. Visit app.vibexp.io
  2. Sign up with your email address or OAuth provider
  3. Verify your email address
  4. Complete your profile setup

Step 2: Create Your First Prompt

Prompts are reusable AI templates that save you time and ensure consistent results.

  1. Navigate to Prompts in the sidebar
  2. Click Create New Prompt
  3. Give your prompt a descriptive title
  4. Write your prompt template using {{variable}} syntax for placeholders
  5. Save as Draft or Published

Example Prompt

Write a {{content_type}} about {{topic}} for {{audience}}.

The tone should be {{tone}} and approximately {{word_count}} words.

When you use this prompt, you'll fill in the variables with specific values.

Step 3: Generate an API Key

API keys allow your development tools to connect to VibeXP.

  1. Go to SettingsAPI Keys
  2. Click Create New API Key
  3. Give it a descriptive name (e.g., "Work Laptop - Cursor")
  4. Copy and save your API key immediately (it's only shown once)
warning

Keep your API key secure! It provides access to all your VibeXP data.

Step 4: Connect Your Tools (Optional)

Connect Claude Code, Cursor, or VS Code to access your VibeXP data directly.

For Claude Code CLI

claude mcp add --transport http vibexp_io_common \
https://api.vibexp.io/mcp/v1/common \
--header "Authorization: Bearer YOUR_API_KEY"

For Cursor IDE

Add to your Cursor settings:

{
"mcpServers": {
"vibexp_io_common": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-http"],
"env": {
"MCP_HTTP_URL": "https://api.vibexp.io/mcp/v1/common",
"MCP_HTTP_HEADERS": "Authorization: Bearer YOUR_API_KEY"
}
}
}
}

Step 5: Start Creating

You're all set! Here's what you can do next:

  • Create More Prompts: Build your personal prompt library
  • Store Artifacts: Save AI-generated code, docs, and reports
  • Add Memories: Store project context and preferences
  • Connect Agents: Integrate A2A-compatible AI agents

Core Concepts

Prompts

Reusable templates with variable placeholders that save time and ensure consistency.

Artifacts

Substantial AI-generated content (code, docs, reports) organized by project with powerful search.

Memories

Context snippets that AI tools automatically reference in conversations, eliminating repetition.

MCP Integration

Direct connection between AI tools and your VibeXP data for seamless workflows.

Next Steps

Need Help?