AIML API
29 operations0 webhooks
Unified API gateway for accessing many AI and machine learning models.
Supported operations
- CreateWrite
Create a new AIMLAPI assistant.
- DeleteWrite
Delete an assistant.
- GetRead-only
Retrieve an assistant by ID.
- ListRead-only
List configured assistants.
- UpdateWrite
Update an assistant definition.
FAQ
Install corsair and @corsair-dev/aimlapi, add the AIML API plugin, and connect with an API key. Then call methods like corsair.aimlapi.api.assistants.create() from your app. Corsair syncs data per tenant.
Yes. AIML API requires an API key from your AIML API 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 AIML API, GitHub, Notion, Stripe, and the rest. Trigger AIML API from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for unified api gateway for accessing many ai and machine learning models. Common builds include sync jobs, admin tooling, and agents that call AIML API APIs from your backend. Local DB entities let you query synced AIML API 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 AIML API 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/aimlapi in the open repo. When AIML API 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 AIML API data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store AIML API data on your behalf.