Loading dashboard...
✨
Welcome to StyleMCP!
Let's personalize your experience. What brings you here today?
🚀 Getting Started 0/4 complete
1
Copy your API key
You'll need this to make requests
→
2
Make your first API call
Try the validation endpoint
→
3
Explore style packs
See available brand rules
→
4
Read the documentation
Learn all the features
→
12%
Requests This Month
0
of 1,000 included
Remaining
1,000
Resets Feb 1
Usage
0%
API Key
Your secret API key
sk_••••••••••••••••••••••••••••••••
Include this key in your API requests using the X-Api-Key header.
Quick Start
Make your first API call to validate content against brand rules:
# Validate content against brand rules curl -X POST https://stylemcp.com/api/validate \ -H "Content-Type: application/json" \ -H "X-Api-Key: YOUR_API_KEY" \ -d '{"text": "Click here to learn more!"}'