Insighto AI
66 operations0 webhooks
Conversational analytics platform for AI chatbots with voice and customer insight tools.
Supported operations
- Create AgencyWrite
Create a new agency with organization-specific branding and config
- Get Agency Billing PlanRead-only
View an agency billing plan limits for bots, queries, words, and voice seconds
- Get Agency Branding By IdRead-only
Retrieve the branding configuration for an agency
- Get Agent ListRead-only
Fetch a paginated list of team agents/users
- Get Pricing For UserRead-only
Retrieve pricing tier information for LLM, voice, or transcription services
- Retrieve User Monthly Usages AggregationRead-only
Retrieve monthly aggregated usage analytics
- Update User ProfileWrite
Modify user account details, contact information, or billing settings
FAQ
Install corsair and @corsair-dev/insightoai, add the Insighto AI plugin, and connect with an API key or OAuth. Then call methods like corsair.insightoai.api.agency.createAgency() from your app. Corsair stores tokens, and keeps each tenant isolated.
Yes. Insighto AI supports an API key or OAuth. Use credentials or OAuth scopes that match what you automate. Create them in the Insighto AI developer console, then paste into Corsair or connect through managed auth in Hub.
Yes. One Corsair client can hit Insighto AI, GitHub, Notion, Stripe, and the rest. Trigger Insighto AI from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for conversational analytics platform for ai chatbots with voice and customer insight tools. Common builds include sync jobs, admin tooling, and agents that call Insighto AI APIs from your backend.
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 Insighto AI 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/insightoai in the open repo. When Insighto AI 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 Insighto AI data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Insighto AI data on your behalf.