Getting Started
Welcome to Hello Battle Card! This guide will help you get started with the API and MCP server.
Overview
Hello Battle Card provides:
- REST API: Programmatic access to your competitive intelligence data
- MCP Server: Integration with AI agents like ChatGPT and Claude
- Interactive Documentation: Test API calls directly from the docs
Prerequisites
- An Enterprise plan account
- An API key (create one in Settings > API Keys)
Quick Start
1. Get Your API Key
- Log in to Hello Battle Card
- Go to Settings > API Keys
- Click "Create API Key"
- Copy your API key (you'll only see it once!)
2. Make Your First API Call
curl -X GET https://app.hellobattlecard.com/api/products \
-H "X-API-Key: your-api-key-here"
3. Explore the API
- Browse the API Reference
- Use the interactive API explorer
- Check out code examples
Next Steps
- API Reference - Complete API documentation
- MCP Server - Connect AI agents
- Application Guides - Learn how to use the app
Support
Need help? Contact us at support@hellobattlecard.com