intelligems-api

Load Intelligems External API context before building API integrations. Use when starting to build any API use case for Intelligems.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "intelligems-api" with this command: npx skills add victorpay1/intelligems-api/victorpay1-intelligems-api-intelligems-api

/intelligems-api

Load the Intelligems External API documentation before building integrations.


When to Use This Skill

  • Starting to build an API integration for Intelligems
  • Creating a health check, monitoring, or reporting script
  • Building any automation that uses Intelligems data

Step 1: Read the Documentation (MANDATORY)

Read the bundled documentation file:

references/external-api.md

This contains:

  • API overview and capabilities
  • Authentication method (intelligems-access-token header)
  • All endpoints: experiences-list, experiences/{id}, analytics
  • Response structures and available metrics
  • Python code examples
  • Health check formulas and thresholds
  • Slack integration tutorial

Step 2: Check Live Docs (OPTIONAL)

If the bundled docs seem outdated or you need additional context, check the live documentation:

  1. Main API Docs: https://docs.intelligems.io/developer-resources/external-api/default

  2. Slack Integration Tutorial: https://docs.intelligems.io/developer-resources/external-api/build-an-automated-test-monitoring-integration-for-slack

Only do this if:

  • The user asks to check for updates
  • The bundled docs are missing information needed for the use case
  • Building something not covered in the bundled docs

Step 3: Confirm Ready

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-token header
  • Key endpoints: experiences-list, experiences/{id}, analytics/resource/{id}, analytics/sitewide

What are we building?"


Quick Reference

Base URL: https://api.intelligems.io/v25-10-beta

Authentication:

intelligems-access-token: your_api_key_here

Main Endpoints:

EndpointPurpose
GET /experiences-listList all tests/experiences
GET /experiences/{id}Get full test details
GET /analytics/resource/{id}Get analytics data (per experiment)
POST /analytics/sitewideStore-level analytics (RPV, revenue, visitors) — ISO 8601 dates, body: { start, end } (NOT startDate/endDate)

Key Metrics (Intelligems Priority):

  • net_revenue_per_visitor - Revenue/visitor (north star)
  • gross_profit_per_visitor - Profit/visitor (requires COGS)
  • conversion_rate - Conversion rate
  • net_revenue_per_order - AOV
  • n_visitors - Visitors
  • n_orders - Orders
  • pct_revenue_with_cogs - Check if COGS data exists (0 = no COGS)

Confidence: p2bb = Probability to Beat Baseline (not confidence)

Chart Images (opt-in):

  • Add graphs=conversion_rate,net_revenue_per_visitor to analytics request
  • Add graphOutput=png (S3 URL, default) or graphOutput=base64 (inline)
  • Response includes graphs array with id, key, url/data, type, title
  • URLs are public (no auth needed) — can embed directly in Slack image blocks
  • 640x640 PNG, ~40KB, shows bars + uplift % + CI + estimated monthly impact
  • 27 metrics supported, view=overview only

Health Check Thresholds (Intelligems Philosophy):

  • MIN_RUNTIME_DAYS: 10
  • MIN_VISITORS: 100
  • MIN_ORDERS: 10
  • MIN_CONFIDENCE: 80% ("we're not making cancer medicine")

Common Use Cases

When the user wants to build...

Use CaseWhat You Need
Health check botexperiences-list + analytics endpoints
Slack notificationsAdd Slack webhook, format messages
Data exportAnalytics endpoint with date ranges
Custom dashboardAll endpoints, audience segmentation
Test monitoringexperiences-list (status=started) + analytics

Notes

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

intelligems-profit-impact

No summary provided by upstream source.

Repository SourceNeeds Review
General

intelligems-test-verdict

No summary provided by upstream source.

Repository SourceNeeds Review
General

intelligems-morning-brief

No summary provided by upstream source.

Repository SourceNeeds Review
General

intelligems-core

No summary provided by upstream source.

Repository SourceNeeds Review