Quick Start

Get your API key from Settings → API Keys in your workspace, then start integrating.

# Install the SDK (optional)
npm install @simple-product/sdk

# Or use the API directly
curl -X POST https://simpleproduct.dev/api/v1/feedback \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"title": "Feedback", "content": "Great product!"}'