Agility CMS
9 operations0 webhooks
Headless content management system for building and delivering omnichannel digital experiences.
Supported operations
- Get Api TypesRead-only
Retrieve enum types and metadata definitions used throughout Agility CMS API
- Get Content ModelsRead-only
Retrieve content models and page module schema definitions
- Get ItemRead-only
Fetch details of a content item by Content ID including fields and metadata
- Get ListRead-only
Retrieve a paginated, filterable list of content items by reference name
- Get LogsRead-only
Retrieve sync items (content change logs) incrementally using sync tokens
- Get PageRead-only
Retrieve details of a Page including metadata, content zones, and components by page ID
- Get Page ModulesRead-only
Retrieve page module UI component definitions for building pages
- Get Sitemap FlatRead-only
Retrieve the flat sitemap dictionary for a specific channel and locale
- Sync PagesRead-only
Synchronize local page data with CMS incrementally using sync tokens
FAQ
Install corsair and @corsair-dev/agilitycms, add the Agility CMS plugin, and connect with an API key. Then call methods like corsair.agilitycms.api.content.getApiTypes() from your app. Corsair syncs data per tenant.
Yes. Agility CMS requires an API key from your Agility CMS 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 Agility CMS, GitHub, Notion, Stripe, and the rest. Trigger Agility CMS from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for headless content management system for building and delivering omnichannel digital experiences. Common builds include sync jobs, admin tooling, and agents that call Agility CMS APIs from your backend. Local DB entities let you query synced Agility CMS 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 Agility CMS 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/agilitycms in the open repo. When Agility CMS 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 Agility CMS data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Agility CMS data on your behalf.