Load Intelligems External API context before building API integrations. Use when starting to build any API use case for Intelligems.
Load the Intelligems External API documentation before building integrations.
Read the bundled documentation file:
references/external-api.md
This contains:
intelligems-access-token header)If the bundled docs seem outdated or you need additional context, check the live documentation:
Main API Docs: https://docs.intelligems.io/developer-resources/external-api/default
Slack Integration Tutorial: https://docs.intelligems.io/developer-resources/external-api/build-an-automated-test-monitoring-integration-for-slack
Only do this if:
After reading the documentation, confirm you're ready:
"Got it. I've loaded the Intelligems External API context:
- Base URL:
https://api.intelligems.io/v25-10-beta- Auth:
intelligems-access-tokenheader- Key endpoints: experiences-list, experiences/{id}, analytics/resource/{id}
What are we building?"
Base URL: https://api.intelligems.io/v25-10-beta
Authentication:
intelligems-access-token: your_api_key_here
Main Endpoints:
| Endpoint | Purpose |
|---|---|
| GET /experiences-list | List all tests/experiences |
| GET /experiences/{id} | Get full test details |
| GET /analytics/resource/{id} | Get analytics data |
Key Metrics (Intelligems Priority):
net_revenue_per_visitor - Revenue/visitor (north star)gross_profit_per_visitor - Profit/visitor (requires COGS)conversion_rate - Conversion ratenet_revenue_per_order - AOVn_visitors - Visitorsn_orders - Orderspct_revenue_with_cogs - Check if COGS data exists (0 = no COGS)Confidence: p2bb = Probability to Beat Baseline (not confidence)
Health Check Thresholds (Intelligems Philosophy):
When the user wants to build...
| Use Case | What You Need |
|---|---|
| Health check bot | experiences-list + analytics endpoints |
| Slack notifications | Add Slack webhook, format messages |
| Data export | Analytics endpoint with date ranges |
| Custom dashboard | All endpoints, audience segmentation |
| Test monitoring | experiences-list (status=started) + analytics |