Amplitude
17 operations7 webhooks
Product analytics platform for tracking user behavior, funnels, and retention metrics.
Supported operations
- CreateWrite
Create a new chart annotation on a specific date
- ListRead-only
List all chart annotations for the project
Supported triggers
- Created
A new chart annotation was created
- Updated
A chart annotation was updated
FAQ
Install corsair and @corsair-dev/amplitude, add the Amplitude plugin, and connect with an API key. Then call methods like corsair.amplitude.api.annotations.create() from your app. Corsair verifies webhooks, and syncs data per tenant.
Yes. Amplitude requires an API key from your Amplitude account or developer dashboard. Create credentials with access that matches what you automate, then paste them into Corsair or connect through managed auth in Hub.
Yes. One Corsair client can hit Amplitude, GitHub, Notion, Stripe, and the rest. Trigger Amplitude from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for product analytics platform for tracking user behavior, funnels, and retention metrics. Common builds include sync jobs, admin tooling, and agents that call Amplitude APIs from your backend. Webhook handlers react to Amplitude events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Amplitude records without hitting the API on every read.
The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Amplitude API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.
We maintain @corsair-dev/amplitude in the open repo. When Amplitude ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.
No. Corsair does not read your Amplitude data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Amplitude data on your behalf.