Co-Pilot / 辅助式
更新于 a month ago

intelligems-api

VVictorpay1
0.0k
victorpay1/intelligems-api
76
Agent 评分

💡 摘要

Intelligems API 通过提供电子商务数据的必要文档和端点来促进集成构建。

🎯 适合人群

电子商务开发者数据分析师API 集成者自动化工程师产品经理

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否发起外网请求(SSRF/数据外发);API Key/Token 的获取、存储与泄露风险。以最小权限运行,并在生产环境启用前审计代码与依赖。


name: intelligems-api description: Load Intelligems External API context before building API integrations. Use when starting to build any API use case for Intelligems. author: Victorpay1 version: 1.0.0 tags:

  • api
  • intelligems
  • ecommerce
  • ab-testing

/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}

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: | 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 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)

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 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 |


Notes

  • API is in beta - contact support@intelligems.io for access
  • Feature suggestions go to jerica@intelligems.io
  • Python examples are in the bundled documentation
五维分析
清晰度8/10
创新性6/10
实用性9/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 全面的文档
  • 清晰的 API 结构
  • 适用于各种自动化任务

缺点

  • API 处于测试阶段
  • 需要仔细阅读文档
  • 示例有限

相关技能

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

agno

S
toolCode Lib / 代码库
90/ 100

“它承诺成为智能体领域的Kubernetes,但得看开发者有没有耐心学习又一个编排层。”

nuxt-skills

S
toolCo-Pilot / 辅助式
90/ 100

“这本质上是一份组织良好的小抄,能把你的 AI 助手变成一只 Nuxt 框架的复读机。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 Victorpay1.