@miranda0808/maya-codex 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +30 -0
- package/bin/maya-codex.js +36 -0
- package/package.json +19 -0
- package/payload/.agents/skills/ab-test-setup/SKILL.md +266 -0
- package/payload/.agents/skills/ab-test-setup/evals/evals.json +105 -0
- package/payload/.agents/skills/ab-test-setup/references/sample-size-guide.md +263 -0
- package/payload/.agents/skills/ab-test-setup/references/test-templates.md +277 -0
- package/payload/.agents/skills/ad-creative/SKILL.md +362 -0
- package/payload/.agents/skills/ad-creative/evals/evals.json +90 -0
- package/payload/.agents/skills/ad-creative/references/generative-tools.md +637 -0
- package/payload/.agents/skills/ad-creative/references/platform-specs.md +213 -0
- package/payload/.agents/skills/ai-seo/SKILL.md +398 -0
- package/payload/.agents/skills/ai-seo/evals/evals.json +90 -0
- package/payload/.agents/skills/ai-seo/references/content-patterns.md +285 -0
- package/payload/.agents/skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/payload/.agents/skills/analytics-tracking/SKILL.md +309 -0
- package/payload/.agents/skills/analytics-tracking/evals/evals.json +90 -0
- package/payload/.agents/skills/analytics-tracking/references/event-library.md +260 -0
- package/payload/.agents/skills/analytics-tracking/references/ga4-implementation.md +300 -0
- package/payload/.agents/skills/analytics-tracking/references/gtm-implementation.md +390 -0
- package/payload/.agents/skills/churn-prevention/SKILL.md +424 -0
- package/payload/.agents/skills/churn-prevention/evals/evals.json +93 -0
- package/payload/.agents/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/payload/.agents/skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/payload/.agents/skills/cold-email/SKILL.md +158 -0
- package/payload/.agents/skills/cold-email/evals/evals.json +94 -0
- package/payload/.agents/skills/cold-email/references/benchmarks.md +83 -0
- package/payload/.agents/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/payload/.agents/skills/cold-email/references/frameworks.md +90 -0
- package/payload/.agents/skills/cold-email/references/personalization.md +79 -0
- package/payload/.agents/skills/cold-email/references/subject-lines.md +53 -0
- package/payload/.agents/skills/competitor-alternatives/SKILL.md +256 -0
- package/payload/.agents/skills/competitor-alternatives/evals/evals.json +93 -0
- package/payload/.agents/skills/competitor-alternatives/references/content-architecture.md +271 -0
- package/payload/.agents/skills/competitor-alternatives/references/templates.md +223 -0
- package/payload/.agents/skills/content-strategy/SKILL.md +359 -0
- package/payload/.agents/skills/content-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/copy-editing/SKILL.md +447 -0
- package/payload/.agents/skills/copy-editing/evals/evals.json +89 -0
- package/payload/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/payload/.agents/skills/copywriting/SKILL.md +252 -0
- package/payload/.agents/skills/copywriting/evals/evals.json +111 -0
- package/payload/.agents/skills/copywriting/references/copy-frameworks.md +344 -0
- package/payload/.agents/skills/copywriting/references/natural-transitions.md +272 -0
- package/payload/.agents/skills/email-sequence/SKILL.md +309 -0
- package/payload/.agents/skills/email-sequence/evals/evals.json +93 -0
- package/payload/.agents/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/payload/.agents/skills/email-sequence/references/email-types.md +515 -0
- package/payload/.agents/skills/email-sequence/references/sequence-templates.md +168 -0
- package/payload/.agents/skills/form-cro/SKILL.md +429 -0
- package/payload/.agents/skills/form-cro/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/SKILL.md +178 -0
- package/payload/.agents/skills/free-tool-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/references/tool-types.md +217 -0
- package/payload/.agents/skills/launch-strategy/SKILL.md +353 -0
- package/payload/.agents/skills/launch-strategy/evals/evals.json +91 -0
- package/payload/.agents/skills/marketing-ideas/SKILL.md +167 -0
- package/payload/.agents/skills/marketing-ideas/evals/evals.json +90 -0
- package/payload/.agents/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/payload/.agents/skills/marketing-psychology/SKILL.md +455 -0
- package/payload/.agents/skills/marketing-psychology/evals/evals.json +88 -0
- package/payload/.agents/skills/onboarding-cro/SKILL.md +220 -0
- package/payload/.agents/skills/onboarding-cro/evals/evals.json +92 -0
- package/payload/.agents/skills/onboarding-cro/references/experiments.md +258 -0
- package/payload/.agents/skills/page-cro/SKILL.md +182 -0
- package/payload/.agents/skills/page-cro/evals/evals.json +111 -0
- package/payload/.agents/skills/page-cro/references/experiments.md +248 -0
- package/payload/.agents/skills/paid-ads/SKILL.md +315 -0
- package/payload/.agents/skills/paid-ads/evals/evals.json +90 -0
- package/payload/.agents/skills/paid-ads/references/ad-copy-templates.md +207 -0
- package/payload/.agents/skills/paid-ads/references/audience-targeting.md +243 -0
- package/payload/.agents/skills/paid-ads/references/platform-setup-checklists.md +277 -0
- package/payload/.agents/skills/paywall-upgrade-cro/SKILL.md +227 -0
- package/payload/.agents/skills/paywall-upgrade-cro/evals/evals.json +93 -0
- package/payload/.agents/skills/paywall-upgrade-cro/references/experiments.md +164 -0
- package/payload/.agents/skills/popup-cro/SKILL.md +453 -0
- package/payload/.agents/skills/popup-cro/evals/evals.json +94 -0
- package/payload/.agents/skills/pricing-strategy/SKILL.md +231 -0
- package/payload/.agents/skills/pricing-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/pricing-strategy/references/research-methods.md +152 -0
- package/payload/.agents/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/payload/.agents/skills/product-marketing-context/SKILL.md +27 -0
- package/payload/.agents/skills/product-marketing-context/evals/evals.json +40 -0
- package/payload/.agents/skills/programmatic-seo/SKILL.md +238 -0
- package/payload/.agents/skills/programmatic-seo/evals/evals.json +94 -0
- package/payload/.agents/skills/programmatic-seo/references/playbooks.md +308 -0
- package/payload/.agents/skills/referral-program/SKILL.md +255 -0
- package/payload/.agents/skills/referral-program/evals/evals.json +89 -0
- package/payload/.agents/skills/referral-program/references/affiliate-programs.md +164 -0
- package/payload/.agents/skills/referral-program/references/program-examples.md +143 -0
- package/payload/.agents/skills/revops/SKILL.md +343 -0
- package/payload/.agents/skills/revops/evals/evals.json +91 -0
- package/payload/.agents/skills/revops/references/automation-playbooks.md +290 -0
- package/payload/.agents/skills/revops/references/lifecycle-definitions.md +278 -0
- package/payload/.agents/skills/revops/references/routing-rules.md +203 -0
- package/payload/.agents/skills/revops/references/scoring-models.md +247 -0
- package/payload/.agents/skills/sales-enablement/SKILL.md +349 -0
- package/payload/.agents/skills/sales-enablement/evals/evals.json +91 -0
- package/payload/.agents/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/payload/.agents/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/payload/.agents/skills/sales-enablement/references/objection-library.md +270 -0
- package/payload/.agents/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/payload/.agents/skills/schema-markup/SKILL.md +179 -0
- package/payload/.agents/skills/schema-markup/evals/evals.json +87 -0
- package/payload/.agents/skills/schema-markup/references/schema-examples.md +398 -0
- package/payload/.agents/skills/seo-audit/SKILL.md +412 -0
- package/payload/.agents/skills/seo-audit/evals/evals.json +136 -0
- package/payload/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/payload/.agents/skills/signup-flow-cro/SKILL.md +359 -0
- package/payload/.agents/skills/signup-flow-cro/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/SKILL.md +357 -0
- package/payload/.agents/skills/site-architecture/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/references/mermaid-templates.md +216 -0
- package/payload/.agents/skills/site-architecture/references/navigation-patterns.md +305 -0
- package/payload/.agents/skills/site-architecture/references/site-type-templates.md +293 -0
- package/payload/.agents/skills/social-content/SKILL.md +278 -0
- package/payload/.agents/skills/social-content/evals/evals.json +92 -0
- package/payload/.agents/skills/social-content/references/platforms.md +170 -0
- package/payload/.agents/skills/social-content/references/post-templates.md +177 -0
- package/payload/.agents/skills/social-content/references/reverse-engineering.md +195 -0
- package/payload/.maya/executor.md +79 -0
- package/payload/.maya/meta-api-agent.md +48 -0
- package/payload/.maya/modes/consult.md +63 -0
- package/payload/.maya/modes/task.md +97 -0
- package/payload/.maya/planner.md +69 -0
- package/payload/.maya/researcher.md +51 -0
- package/payload/.maya/templates/plan.md +77 -0
- package/payload/.maya/templates/state.md +87 -0
- package/payload/.maya/templates/task-packet.md +75 -0
- package/payload/MAYA-CATALOG.md +115 -0
- package/payload/MAYA-DEPENDENCIES.md +58 -0
- package/payload/MAYA.md +151 -0
- package/payload/campaigns/README.md +14 -0
- package/payload/commands/maya-consult.md +28 -0
- package/payload/commands/maya-task.md +38 -0
- package/payload/commands/product.md +55 -0
- package/payload/research/README.md +14 -0
- package/payload/templates/README.md +15 -0
- package/payload/templates/plan.md +77 -0
- package/payload/templates/state.md +87 -0
- package/payload/templates/task-packet.md +75 -0
- package/payload/tools/REGISTRY.md +368 -0
- package/payload/tools/clis/README.md +187 -0
- package/payload/tools/clis/activecampaign.js +435 -0
- package/payload/tools/clis/adobe-analytics.js +161 -0
- package/payload/tools/clis/ahrefs.js +192 -0
- package/payload/tools/clis/amplitude.js +182 -0
- package/payload/tools/clis/apollo.js +142 -0
- package/payload/tools/clis/beehiiv.js +245 -0
- package/payload/tools/clis/brevo.js +368 -0
- package/payload/tools/clis/buffer.js +260 -0
- package/payload/tools/clis/calendly.js +253 -0
- package/payload/tools/clis/clearbit.js +163 -0
- package/payload/tools/clis/customer-io.js +205 -0
- package/payload/tools/clis/dataforseo.js +257 -0
- package/payload/tools/clis/demio.js +149 -0
- package/payload/tools/clis/dub.js +158 -0
- package/payload/tools/clis/g2.js +186 -0
- package/payload/tools/clis/ga4.js +194 -0
- package/payload/tools/clis/google-ads.js +189 -0
- package/payload/tools/clis/google-search-console.js +166 -0
- package/payload/tools/clis/hotjar.js +167 -0
- package/payload/tools/clis/hunter.js +249 -0
- package/payload/tools/clis/instantly.js +270 -0
- package/payload/tools/clis/intercom.js +399 -0
- package/payload/tools/clis/keywords-everywhere.js +185 -0
- package/payload/tools/clis/kit.js +232 -0
- package/payload/tools/clis/klaviyo.js +348 -0
- package/payload/tools/clis/lemlist.js +221 -0
- package/payload/tools/clis/linkedin-ads.js +185 -0
- package/payload/tools/clis/livestorm.js +292 -0
- package/payload/tools/clis/mailchimp.js +220 -0
- package/payload/tools/clis/mention-me.js +161 -0
- package/payload/tools/clis/meta-ads.js +181 -0
- package/payload/tools/clis/mixpanel.js +248 -0
- package/payload/tools/clis/onesignal.js +241 -0
- package/payload/tools/clis/optimizely.js +233 -0
- package/payload/tools/clis/paddle.js +385 -0
- package/payload/tools/clis/partnerstack.js +382 -0
- package/payload/tools/clis/plausible.js +249 -0
- package/payload/tools/clis/postmark.js +375 -0
- package/payload/tools/clis/resend.js +370 -0
- package/payload/tools/clis/rewardful.js +160 -0
- package/payload/tools/clis/savvycal.js +223 -0
- package/payload/tools/clis/segment.js +192 -0
- package/payload/tools/clis/semrush.js +207 -0
- package/payload/tools/clis/sendgrid.js +211 -0
- package/payload/tools/clis/snov.js +237 -0
- package/payload/tools/clis/tiktok-ads.js +190 -0
- package/payload/tools/clis/tolt.js +153 -0
- package/payload/tools/clis/trustpilot.js +276 -0
- package/payload/tools/clis/typeform.js +269 -0
- package/payload/tools/clis/wistia.js +256 -0
- package/payload/tools/clis/zapier.js +160 -0
- package/payload/tools/integrations/activecampaign.md +337 -0
- package/payload/tools/integrations/adobe-analytics.md +156 -0
- package/payload/tools/integrations/ahrefs.md +142 -0
- package/payload/tools/integrations/amplitude.md +135 -0
- package/payload/tools/integrations/apollo.md +148 -0
- package/payload/tools/integrations/beehiiv.md +157 -0
- package/payload/tools/integrations/brevo.md +268 -0
- package/payload/tools/integrations/buffer.md +138 -0
- package/payload/tools/integrations/calendly.md +161 -0
- package/payload/tools/integrations/clearbit.md +142 -0
- package/payload/tools/integrations/customer-io.md +187 -0
- package/payload/tools/integrations/dataforseo.md +165 -0
- package/payload/tools/integrations/demio.md +182 -0
- package/payload/tools/integrations/dub-co.md +160 -0
- package/payload/tools/integrations/g2.md +179 -0
- package/payload/tools/integrations/ga4.md +126 -0
- package/payload/tools/integrations/google-ads.md +159 -0
- package/payload/tools/integrations/google-search-console.md +147 -0
- package/payload/tools/integrations/hotjar.md +147 -0
- package/payload/tools/integrations/hubspot.md +178 -0
- package/payload/tools/integrations/hunter.md +90 -0
- package/payload/tools/integrations/instantly.md +104 -0
- package/payload/tools/integrations/intercom.md +292 -0
- package/payload/tools/integrations/keywords-everywhere.md +207 -0
- package/payload/tools/integrations/kit.md +167 -0
- package/payload/tools/integrations/klaviyo.md +228 -0
- package/payload/tools/integrations/lemlist.md +110 -0
- package/payload/tools/integrations/linkedin-ads.md +164 -0
- package/payload/tools/integrations/livestorm.md +313 -0
- package/payload/tools/integrations/mailchimp.md +150 -0
- package/payload/tools/integrations/mention-me.md +160 -0
- package/payload/tools/integrations/meta-ads.md +147 -0
- package/payload/tools/integrations/mixpanel.md +137 -0
- package/payload/tools/integrations/onesignal.md +229 -0
- package/payload/tools/integrations/optimizely.md +171 -0
- package/payload/tools/integrations/paddle.md +212 -0
- package/payload/tools/integrations/partnerstack.md +222 -0
- package/payload/tools/integrations/plausible.md +177 -0
- package/payload/tools/integrations/posthog.md +151 -0
- package/payload/tools/integrations/postmark.md +234 -0
- package/payload/tools/integrations/resend.md +168 -0
- package/payload/tools/integrations/rewardful.md +147 -0
- package/payload/tools/integrations/salesforce.md +150 -0
- package/payload/tools/integrations/savvycal.md +181 -0
- package/payload/tools/integrations/segment.md +159 -0
- package/payload/tools/integrations/semrush.md +121 -0
- package/payload/tools/integrations/sendgrid.md +161 -0
- package/payload/tools/integrations/shopify.md +176 -0
- package/payload/tools/integrations/snov.md +94 -0
- package/payload/tools/integrations/stripe.md +148 -0
- package/payload/tools/integrations/tiktok-ads.md +161 -0
- package/payload/tools/integrations/tolt.md +144 -0
- package/payload/tools/integrations/trustpilot.md +191 -0
- package/payload/tools/integrations/typeform.md +190 -0
- package/payload/tools/integrations/webflow.md +198 -0
- package/payload/tools/integrations/wistia.md +164 -0
- package/payload/tools/integrations/wordpress.md +175 -0
- package/payload/tools/integrations/zapier.md +150 -0
- package/payload/tools/meta/README.md +55 -0
- package/payload/tools/meta/meta-cache-schema.md +65 -0
- package/payload/tools/meta/meta-fetch.ps1 +324 -0
- package/payload/tools/meta/meta-fetch.test.ps1 +38 -0
- package/vendor/shared-installer/manifests/claude-files.json +13 -0
- package/vendor/shared-installer/manifests/codex-files.json +13 -0
- package/vendor/shared-installer/manifests/common-files.json +13 -0
- package/vendor/shared-installer/package.json +15 -0
- package/vendor/shared-installer/src/bootstrap.js +12 -0
- package/vendor/shared-installer/src/cli-options.js +53 -0
- package/vendor/shared-installer/src/fs.js +105 -0
- package/vendor/shared-installer/src/index.js +44 -0
- package/vendor/shared-installer/src/install.js +157 -0
- package/vendor/shared-installer/src/manifest.js +52 -0
- package/vendor/shared-installer/templates/claude/.claude/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/claude/CLAUDE.md +27 -0
- package/vendor/shared-installer/templates/codex/.agent/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/codex/AGENTS.md +27 -0
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
# Stripe
|
|
2
|
+
|
|
3
|
+
Payment processing, subscriptions, and billing for internet businesses.
|
|
4
|
+
|
|
5
|
+
## Capabilities
|
|
6
|
+
|
|
7
|
+
| Integration | Available | Notes |
|
|
8
|
+
|-------------|-----------|-------|
|
|
9
|
+
| API | ✓ | Comprehensive REST API |
|
|
10
|
+
| MCP | ✓ | Available via Stripe MCP server |
|
|
11
|
+
| CLI | ✓ | `stripe` CLI for testing and webhooks |
|
|
12
|
+
| SDK | ✓ | Official SDKs for most languages |
|
|
13
|
+
|
|
14
|
+
## Authentication
|
|
15
|
+
|
|
16
|
+
- **Type**: API Key
|
|
17
|
+
- **Header**: `Authorization: Bearer sk_live_xxx` or `sk_test_xxx`
|
|
18
|
+
- **Keys**: Secret key (server), Publishable key (client)
|
|
19
|
+
|
|
20
|
+
## Common Agent Operations
|
|
21
|
+
|
|
22
|
+
### List customers
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
GET https://api.stripe.com/v1/customers?limit=10
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
### Get customer by email
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
GET https://api.stripe.com/v1/customers?email=user@example.com
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### Get subscription
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
GET https://api.stripe.com/v1/subscriptions/{subscription_id}
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
### List subscriptions for customer
|
|
41
|
+
|
|
42
|
+
```bash
|
|
43
|
+
GET https://api.stripe.com/v1/subscriptions?customer={customer_id}
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
### Create checkout session
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
POST https://api.stripe.com/v1/checkout/sessions
|
|
50
|
+
|
|
51
|
+
customer={customer_id}
|
|
52
|
+
&line_items[0][price]={price_id}
|
|
53
|
+
&line_items[0][quantity]=1
|
|
54
|
+
&mode=subscription
|
|
55
|
+
&success_url=https://example.com/success
|
|
56
|
+
&cancel_url=https://example.com/cancel
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### Create customer portal session
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
POST https://api.stripe.com/v1/billing_portal/sessions
|
|
63
|
+
|
|
64
|
+
customer={customer_id}
|
|
65
|
+
&return_url=https://example.com/account
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
### List recent invoices
|
|
69
|
+
|
|
70
|
+
```bash
|
|
71
|
+
GET https://api.stripe.com/v1/invoices?customer={customer_id}&limit=10
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
### Get payment intent
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
GET https://api.stripe.com/v1/payment_intents/{payment_intent_id}
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
## Webhook Events
|
|
81
|
+
|
|
82
|
+
Key events to handle:
|
|
83
|
+
|
|
84
|
+
| Event | When | Action |
|
|
85
|
+
|-------|------|--------|
|
|
86
|
+
| `checkout.session.completed` | Successful checkout | Provision access |
|
|
87
|
+
| `customer.subscription.created` | New subscription | Update user record |
|
|
88
|
+
| `customer.subscription.updated` | Plan change | Update entitlements |
|
|
89
|
+
| `customer.subscription.deleted` | Cancellation | Revoke access |
|
|
90
|
+
| `invoice.payment_failed` | Payment failed | Notify user, retry |
|
|
91
|
+
| `invoice.paid` | Invoice paid | Confirm payment |
|
|
92
|
+
|
|
93
|
+
### Verify webhook signature
|
|
94
|
+
|
|
95
|
+
```javascript
|
|
96
|
+
const event = stripe.webhooks.constructEvent(
|
|
97
|
+
payload,
|
|
98
|
+
sig,
|
|
99
|
+
webhookSecret
|
|
100
|
+
);
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
## CLI Commands
|
|
104
|
+
|
|
105
|
+
```bash
|
|
106
|
+
# Listen to webhooks locally
|
|
107
|
+
stripe listen --forward-to localhost:3000/webhooks
|
|
108
|
+
|
|
109
|
+
# Trigger test events
|
|
110
|
+
stripe trigger checkout.session.completed
|
|
111
|
+
|
|
112
|
+
# List recent events
|
|
113
|
+
stripe events list --limit 10
|
|
114
|
+
|
|
115
|
+
# Get resource
|
|
116
|
+
stripe customers retrieve cus_xxx
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
## Key Objects
|
|
120
|
+
|
|
121
|
+
- **Customer** - User billing profile
|
|
122
|
+
- **Subscription** - Recurring billing
|
|
123
|
+
- **Price** - Pricing configuration
|
|
124
|
+
- **Product** - What you sell
|
|
125
|
+
- **Invoice** - Billing document
|
|
126
|
+
- **PaymentIntent** - One-time payment
|
|
127
|
+
- **Checkout Session** - Hosted payment page
|
|
128
|
+
|
|
129
|
+
## When to Use
|
|
130
|
+
|
|
131
|
+
- Processing payments
|
|
132
|
+
- Managing subscriptions
|
|
133
|
+
- Creating checkout flows
|
|
134
|
+
- Handling billing portal
|
|
135
|
+
- Querying customer data
|
|
136
|
+
- Revenue analytics
|
|
137
|
+
|
|
138
|
+
## Rate Limits
|
|
139
|
+
|
|
140
|
+
- 100 read requests per second
|
|
141
|
+
- 100 write requests per second
|
|
142
|
+
- Higher limits available on request
|
|
143
|
+
|
|
144
|
+
## Relevant Skills
|
|
145
|
+
|
|
146
|
+
- pricing-strategy
|
|
147
|
+
- referral-program (Stripe-integrated affiliate tools)
|
|
148
|
+
- analytics-tracking (revenue tracking)
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
# TikTok Ads
|
|
2
|
+
|
|
3
|
+
Advertising platform for TikTok's short-form video audience.
|
|
4
|
+
|
|
5
|
+
## Capabilities
|
|
6
|
+
|
|
7
|
+
| Integration | Available | Notes |
|
|
8
|
+
|-------------|-----------|-------|
|
|
9
|
+
| API | ✓ | Marketing API for campaigns, audiences, reporting |
|
|
10
|
+
| MCP | - | Not available |
|
|
11
|
+
| CLI | - | Not available |
|
|
12
|
+
| SDK | ✓ | Python SDK available |
|
|
13
|
+
|
|
14
|
+
## Authentication
|
|
15
|
+
|
|
16
|
+
- **Type**: Access Token
|
|
17
|
+
- **Header**: `Access-Token: {access_token}`
|
|
18
|
+
- **Setup**: Create app in TikTok for Business, get access token
|
|
19
|
+
|
|
20
|
+
## Common Agent Operations
|
|
21
|
+
|
|
22
|
+
### Get advertiser info
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
GET https://business-api.tiktok.com/open_api/v1.3/advertiser/info/?advertiser_ids=["{advertiser_id}"]
|
|
26
|
+
|
|
27
|
+
Access-Token: {access_token}
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
### Get campaigns
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
GET https://business-api.tiktok.com/open_api/v1.3/campaign/get/?advertiser_id={advertiser_id}&page=1&page_size=20
|
|
34
|
+
|
|
35
|
+
Access-Token: {access_token}
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
### Get campaign report
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
POST https://business-api.tiktok.com/open_api/v1.3/report/integrated/get/
|
|
42
|
+
|
|
43
|
+
Access-Token: {access_token}
|
|
44
|
+
|
|
45
|
+
{
|
|
46
|
+
"advertiser_id": "{advertiser_id}",
|
|
47
|
+
"report_type": "BASIC",
|
|
48
|
+
"dimensions": ["campaign_id"],
|
|
49
|
+
"metrics": ["spend", "impressions", "clicks", "conversion"],
|
|
50
|
+
"data_level": "AUCTION_CAMPAIGN",
|
|
51
|
+
"start_date": "2024-01-01",
|
|
52
|
+
"end_date": "2024-01-31"
|
|
53
|
+
}
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
### Create campaign
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
POST https://business-api.tiktok.com/open_api/v1.3/campaign/create/
|
|
60
|
+
|
|
61
|
+
Access-Token: {access_token}
|
|
62
|
+
|
|
63
|
+
{
|
|
64
|
+
"advertiser_id": "{advertiser_id}",
|
|
65
|
+
"campaign_name": "Campaign Name",
|
|
66
|
+
"objective_type": "CONVERSIONS",
|
|
67
|
+
"budget_mode": "BUDGET_MODE_DAY",
|
|
68
|
+
"budget": 100
|
|
69
|
+
}
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
### Update campaign status
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
POST https://business-api.tiktok.com/open_api/v1.3/campaign/status/update/
|
|
76
|
+
|
|
77
|
+
Access-Token: {access_token}
|
|
78
|
+
|
|
79
|
+
{
|
|
80
|
+
"advertiser_id": "{advertiser_id}",
|
|
81
|
+
"campaign_ids": ["{campaign_id}"],
|
|
82
|
+
"opt_status": "ENABLE"
|
|
83
|
+
}
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
### Get ad groups
|
|
87
|
+
|
|
88
|
+
```bash
|
|
89
|
+
GET https://business-api.tiktok.com/open_api/v1.3/adgroup/get/?advertiser_id={advertiser_id}&campaign_ids=["{campaign_id}"]
|
|
90
|
+
|
|
91
|
+
Access-Token: {access_token}
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
### Get audiences
|
|
95
|
+
|
|
96
|
+
```bash
|
|
97
|
+
GET https://business-api.tiktok.com/open_api/v1.3/dmp/custom_audience/list/?advertiser_id={advertiser_id}
|
|
98
|
+
|
|
99
|
+
Access-Token: {access_token}
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
## Key Metrics
|
|
103
|
+
|
|
104
|
+
| Metric | Description |
|
|
105
|
+
|--------|-------------|
|
|
106
|
+
| `spend` | Amount spent |
|
|
107
|
+
| `impressions` | Ad impressions |
|
|
108
|
+
| `clicks` | Clicks |
|
|
109
|
+
| `ctr` | Click-through rate |
|
|
110
|
+
| `cpc` | Cost per click |
|
|
111
|
+
| `cpm` | Cost per 1000 impressions |
|
|
112
|
+
| `conversion` | Conversions |
|
|
113
|
+
| `cost_per_conversion` | CPA |
|
|
114
|
+
| `video_play_actions` | Video views |
|
|
115
|
+
| `video_watched_6s` | 6s views |
|
|
116
|
+
|
|
117
|
+
## Campaign Objectives
|
|
118
|
+
|
|
119
|
+
- `REACH` - Brand awareness
|
|
120
|
+
- `TRAFFIC` - Website traffic
|
|
121
|
+
- `VIDEO_VIEWS` - Video views
|
|
122
|
+
- `LEAD_GENERATION` - Lead forms
|
|
123
|
+
- `CONVERSIONS` - Website conversions
|
|
124
|
+
- `APP_PROMOTION` - App installs
|
|
125
|
+
|
|
126
|
+
## Targeting Options
|
|
127
|
+
|
|
128
|
+
### Demographics
|
|
129
|
+
- Age ranges
|
|
130
|
+
- Gender
|
|
131
|
+
- Languages
|
|
132
|
+
- Locations
|
|
133
|
+
|
|
134
|
+
### Interests & Behavior
|
|
135
|
+
- Interest categories
|
|
136
|
+
- Video interactions
|
|
137
|
+
- Creator interactions
|
|
138
|
+
- Hashtag interactions
|
|
139
|
+
|
|
140
|
+
### Custom Audiences
|
|
141
|
+
- Customer file uploads
|
|
142
|
+
- Website visitors (pixel)
|
|
143
|
+
- App activity
|
|
144
|
+
- Engagement audiences
|
|
145
|
+
|
|
146
|
+
## When to Use
|
|
147
|
+
|
|
148
|
+
- Reaching younger demographics (18-34)
|
|
149
|
+
- Video-first advertising
|
|
150
|
+
- Viral/creative campaigns
|
|
151
|
+
- App promotion
|
|
152
|
+
|
|
153
|
+
## Rate Limits
|
|
154
|
+
|
|
155
|
+
- 10 requests/second
|
|
156
|
+
- 100,000 requests/day
|
|
157
|
+
|
|
158
|
+
## Relevant Skills
|
|
159
|
+
|
|
160
|
+
- paid-ads
|
|
161
|
+
- analytics-tracking
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
# Tolt
|
|
2
|
+
|
|
3
|
+
Affiliate program management for SaaS, with Stripe and Paddle integration.
|
|
4
|
+
|
|
5
|
+
## Capabilities
|
|
6
|
+
|
|
7
|
+
| Integration | Available | Notes |
|
|
8
|
+
|-------------|-----------|-------|
|
|
9
|
+
| API | ✓ | REST API for affiliates, referrals, payouts |
|
|
10
|
+
| MCP | - | Not available |
|
|
11
|
+
| CLI | - | Not available |
|
|
12
|
+
| SDK | - | JavaScript snippet for tracking |
|
|
13
|
+
|
|
14
|
+
## Authentication
|
|
15
|
+
|
|
16
|
+
- **Type**: API Key
|
|
17
|
+
- **Header**: `Authorization: Bearer {api_key}`
|
|
18
|
+
- **Get key**: Settings > API in Tolt dashboard
|
|
19
|
+
|
|
20
|
+
## Common Agent Operations
|
|
21
|
+
|
|
22
|
+
### List affiliates
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
GET https://api.tolt.io/v1/affiliates
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
### Get affiliate
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
GET https://api.tolt.io/v1/affiliates/{affiliate_id}
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### Create affiliate
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
POST https://api.tolt.io/v1/affiliates
|
|
38
|
+
|
|
39
|
+
{
|
|
40
|
+
"email": "affiliate@example.com",
|
|
41
|
+
"name": "John Doe"
|
|
42
|
+
}
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
### List referrals
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
GET https://api.tolt.io/v1/referrals?affiliate_id={affiliate_id}
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
### Get referral by customer
|
|
52
|
+
|
|
53
|
+
```bash
|
|
54
|
+
GET https://api.tolt.io/v1/referrals?customer_id={stripe_customer_id}
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
### List commissions
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
GET https://api.tolt.io/v1/commissions?affiliate_id={affiliate_id}
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
### Get payout history
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
GET https://api.tolt.io/v1/payouts?affiliate_id={affiliate_id}
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
### Update affiliate
|
|
70
|
+
|
|
71
|
+
```bash
|
|
72
|
+
PATCH https://api.tolt.io/v1/affiliates/{affiliate_id}
|
|
73
|
+
|
|
74
|
+
{
|
|
75
|
+
"commission_rate": 30,
|
|
76
|
+
"payout_method": "paypal",
|
|
77
|
+
"paypal_email": "affiliate@paypal.com"
|
|
78
|
+
}
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## JavaScript Tracking
|
|
82
|
+
|
|
83
|
+
### Install snippet
|
|
84
|
+
|
|
85
|
+
```html
|
|
86
|
+
<script src="https://cdn.tolt.io/tolt.js" data-tolt="YOUR_PUBLIC_KEY"></script>
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
### Track signup
|
|
90
|
+
|
|
91
|
+
```javascript
|
|
92
|
+
window.tolt.signup(stripeCustomerId);
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
### Identify existing customer
|
|
96
|
+
|
|
97
|
+
```javascript
|
|
98
|
+
window.tolt.identify(stripeCustomerId);
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
## Webhook Events
|
|
102
|
+
|
|
103
|
+
| Event | When |
|
|
104
|
+
|-------|------|
|
|
105
|
+
| `affiliate.created` | New affiliate registered |
|
|
106
|
+
| `affiliate.approved` | Affiliate approved |
|
|
107
|
+
| `referral.created` | New referral tracked |
|
|
108
|
+
| `referral.converted` | Referral converted to customer |
|
|
109
|
+
| `commission.created` | Commission earned |
|
|
110
|
+
| `payout.completed` | Payout sent |
|
|
111
|
+
|
|
112
|
+
## Key Features
|
|
113
|
+
|
|
114
|
+
- **Stripe native** - Automatic commission tracking
|
|
115
|
+
- **Paddle support** - Works with Paddle billing
|
|
116
|
+
- **Affiliate dashboard** - White-labeled portal
|
|
117
|
+
- **Payout automation** - PayPal and Wise payouts
|
|
118
|
+
- **Custom commission tiers** - Different rates per affiliate
|
|
119
|
+
|
|
120
|
+
## Key Objects
|
|
121
|
+
|
|
122
|
+
- **Affiliate** - Partner in your program
|
|
123
|
+
- **Referral** - Tracked conversion
|
|
124
|
+
- **Commission** - Earned affiliate payment
|
|
125
|
+
- **Payout** - Processed payment to affiliate
|
|
126
|
+
- **Program** - Campaign configuration
|
|
127
|
+
|
|
128
|
+
## When to Use
|
|
129
|
+
|
|
130
|
+
- Setting up SaaS affiliate programs
|
|
131
|
+
- Managing affiliate relationships
|
|
132
|
+
- Tracking Stripe or Paddle-based referrals
|
|
133
|
+
- Processing affiliate payouts
|
|
134
|
+
- Building affiliate dashboards
|
|
135
|
+
|
|
136
|
+
## Rate Limits
|
|
137
|
+
|
|
138
|
+
- 100 requests per minute
|
|
139
|
+
- Higher limits on enterprise plans
|
|
140
|
+
|
|
141
|
+
## Relevant Skills
|
|
142
|
+
|
|
143
|
+
- referral-program
|
|
144
|
+
- pricing-strategy
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
# Trustpilot
|
|
2
|
+
|
|
3
|
+
Business review management platform for collecting, managing, and showcasing customer reviews.
|
|
4
|
+
|
|
5
|
+
## Capabilities
|
|
6
|
+
|
|
7
|
+
| Integration | Available | Notes |
|
|
8
|
+
|-------------|-----------|-------|
|
|
9
|
+
| API | ✓ | Business Units, Reviews, Invitations, Tags |
|
|
10
|
+
| MCP | - | Not available |
|
|
11
|
+
| CLI | ✓ | [trustpilot.js](../clis/trustpilot.js) |
|
|
12
|
+
| SDK | ✓ | Node.js (official), community wrappers |
|
|
13
|
+
|
|
14
|
+
## Authentication
|
|
15
|
+
|
|
16
|
+
- **Type**: API Key (public endpoints) + OAuth 2.0 (private endpoints)
|
|
17
|
+
- **Public Header**: `apikey: {YOUR_API_KEY}`
|
|
18
|
+
- **Private Header**: `Authorization: Bearer {access_token}`
|
|
19
|
+
- **OAuth Grant**: Client Credentials (`Basic base64(API_KEY:API_SECRET)`)
|
|
20
|
+
- **Token Lifetime**: Access tokens expire after 100 hours, refresh tokens after 30 days
|
|
21
|
+
- **Get credentials**: https://businessapp.b2b.trustpilot.com/ > Integrations > API
|
|
22
|
+
|
|
23
|
+
## Common Agent Operations
|
|
24
|
+
|
|
25
|
+
### Search for a business unit
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
GET https://api.trustpilot.com/v1/business-units/search?query=example.com&limit=10
|
|
29
|
+
|
|
30
|
+
Headers:
|
|
31
|
+
apikey: {API_KEY}
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### Get business unit details
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
GET https://api.trustpilot.com/v1/business-units/{businessUnitId}
|
|
38
|
+
|
|
39
|
+
Headers:
|
|
40
|
+
apikey: {API_KEY}
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### Get business profile info
|
|
44
|
+
|
|
45
|
+
```bash
|
|
46
|
+
GET https://api.trustpilot.com/v1/business-units/{businessUnitId}/profileinfo
|
|
47
|
+
|
|
48
|
+
Headers:
|
|
49
|
+
apikey: {API_KEY}
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
### List public reviews
|
|
53
|
+
|
|
54
|
+
```bash
|
|
55
|
+
GET https://api.trustpilot.com/v1/business-units/{businessUnitId}/reviews?perPage=20&orderBy=createdat.desc
|
|
56
|
+
|
|
57
|
+
Headers:
|
|
58
|
+
apikey: {API_KEY}
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
### List private reviews (with customer data)
|
|
62
|
+
|
|
63
|
+
```bash
|
|
64
|
+
GET https://api.trustpilot.com/v1/private/business-units/{businessUnitId}/reviews?perPage=20
|
|
65
|
+
|
|
66
|
+
Headers:
|
|
67
|
+
Authorization: Bearer {access_token}
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
### Reply to a review
|
|
71
|
+
|
|
72
|
+
```bash
|
|
73
|
+
POST https://api.trustpilot.com/v1/private/reviews/{reviewId}/reply
|
|
74
|
+
|
|
75
|
+
Headers:
|
|
76
|
+
Authorization: Bearer {access_token}
|
|
77
|
+
|
|
78
|
+
{
|
|
79
|
+
"message": "Thank you for your feedback!"
|
|
80
|
+
}
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
### Send email invitation
|
|
84
|
+
|
|
85
|
+
```bash
|
|
86
|
+
POST https://api.trustpilot.com/v1/private/business-units/{businessUnitId}/email-invitations
|
|
87
|
+
|
|
88
|
+
Headers:
|
|
89
|
+
Authorization: Bearer {access_token}
|
|
90
|
+
|
|
91
|
+
{
|
|
92
|
+
"consumerEmail": "customer@example.com",
|
|
93
|
+
"consumerName": "Jane Doe",
|
|
94
|
+
"referenceNumber": "order-123",
|
|
95
|
+
"redirectUri": "https://example.com/thanks"
|
|
96
|
+
}
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
### Generate review invitation link
|
|
100
|
+
|
|
101
|
+
```bash
|
|
102
|
+
POST https://api.trustpilot.com/v1/private/business-units/{businessUnitId}/invitation-links
|
|
103
|
+
|
|
104
|
+
Headers:
|
|
105
|
+
Authorization: Bearer {access_token}
|
|
106
|
+
|
|
107
|
+
{
|
|
108
|
+
"email": "customer@example.com",
|
|
109
|
+
"name": "Jane Doe",
|
|
110
|
+
"referenceId": "order-123",
|
|
111
|
+
"redirectUri": "https://example.com/thanks"
|
|
112
|
+
}
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
### List invitation templates
|
|
116
|
+
|
|
117
|
+
```bash
|
|
118
|
+
GET https://api.trustpilot.com/v1/private/business-units/{businessUnitId}/templates
|
|
119
|
+
|
|
120
|
+
Headers:
|
|
121
|
+
Authorization: Bearer {access_token}
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
### Add tags to a review
|
|
125
|
+
|
|
126
|
+
```bash
|
|
127
|
+
PUT https://api.trustpilot.com/v1/private/reviews/{reviewId}/tags
|
|
128
|
+
|
|
129
|
+
Headers:
|
|
130
|
+
Authorization: Bearer {access_token}
|
|
131
|
+
|
|
132
|
+
{
|
|
133
|
+
"tags": [{ "group": "sentiment", "value": "positive" }]
|
|
134
|
+
}
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
## Key Metrics
|
|
138
|
+
|
|
139
|
+
### Business Unit Metrics
|
|
140
|
+
- `numberOfReviews` - Total review count
|
|
141
|
+
- `trustScore` - Overall trust score (1-5)
|
|
142
|
+
- `stars` - Star rating displayed
|
|
143
|
+
- `status` - Claim status (claimed, unclaimed)
|
|
144
|
+
|
|
145
|
+
### Review Metrics
|
|
146
|
+
- `stars` - Individual review star rating (1-5)
|
|
147
|
+
- `language` - Review language code
|
|
148
|
+
- `createdAt` - Review creation timestamp
|
|
149
|
+
- `isVerified` - Whether the review is verified
|
|
150
|
+
- `status` - Review status (active, reported, flagged)
|
|
151
|
+
|
|
152
|
+
## Parameters
|
|
153
|
+
|
|
154
|
+
### Review Filters
|
|
155
|
+
- `stars` - Filter by star rating (1-5)
|
|
156
|
+
- `language` - Filter by language code (e.g., `en`)
|
|
157
|
+
- `orderBy` - Sort order (`createdat.desc`, `createdat.asc`, `stars.desc`, `stars.asc`)
|
|
158
|
+
- `perPage` - Results per page (max 100)
|
|
159
|
+
|
|
160
|
+
### Invitation Parameters
|
|
161
|
+
- `consumerEmail` - Recipient email (required)
|
|
162
|
+
- `consumerName` - Recipient name (required)
|
|
163
|
+
- `referenceNumber` - Order or transaction reference
|
|
164
|
+
- `templateId` - Email template ID
|
|
165
|
+
- `redirectUri` - URL to redirect after review submission
|
|
166
|
+
- `senderEmail` - Custom sender email
|
|
167
|
+
- `replyTo` - Custom reply-to address
|
|
168
|
+
|
|
169
|
+
## When to Use
|
|
170
|
+
|
|
171
|
+
- Collecting and managing customer reviews at scale
|
|
172
|
+
- Automating post-purchase review invitation flows
|
|
173
|
+
- Monitoring brand reputation and review sentiment
|
|
174
|
+
- Responding to customer feedback programmatically
|
|
175
|
+
- Showcasing TrustScore and reviews on marketing pages
|
|
176
|
+
- Tagging and categorizing reviews for analysis
|
|
177
|
+
|
|
178
|
+
## Rate Limits
|
|
179
|
+
|
|
180
|
+
- Recommended: no more than 833 calls per 5 minutes (10K/hour)
|
|
181
|
+
- Throttled at more than 1 request per second
|
|
182
|
+
- Rate limit headers returned in responses
|
|
183
|
+
- Use webhooks instead of polling where possible
|
|
184
|
+
|
|
185
|
+
## Relevant Skills
|
|
186
|
+
|
|
187
|
+
- reputation-management
|
|
188
|
+
- customer-feedback
|
|
189
|
+
- review-generation
|
|
190
|
+
- social-proof
|
|
191
|
+
- post-purchase-flow
|