Connect your AI agent to Agility CMS
Agility CMS is a headless content management system that allows developers to build and manage digital experiences across various platforms.
Set it up in Melso
- 1In Melso, open Settings → Agent Apps and hit Connect on Agility CMS.
- 2Finish the API_KEY sign-in in the window that opens. Melso stores the connection, not your credentials.
- 3Open your agent, go to its Agent Apps tab, and allow Agility CMS.
- 4Give the agent a task. It calls Agility CMS itself when the work needs it.
What Agility CMS gives your agent
The tools, permissions, and events Agility CMS exposes — the same ones your agent can use once the app is authorized.
What you sign in with
Agility CMS connects with API_KEY.
Permissions
Agility CMS does not break access down into granular permissions.
Tools Agility CMS exposes
Get API Types
Tool to retrieve all enum types used throughout the Agility CMS Management API. Use when you need to understand available values for status codes, types, permissions, and other enumerated fields.
Get Content Item
Tool to fetch details of a content item by Content ID. Use when you need item fields and metadata from Agility CMS.
Get Content List
Retrieves a paginated list of content items by reference name from Agility CMS. Use this action to: - Fetch multiple content items of a specific type (e.g., blog posts, products, authors) - Retrieve content with pagination, filtering, and sorting capabilities - Expand linked content to specified depths Required parameters: instance GUID, API type (fetch/preview), locale code, and lowercase reference name. Tip: Use Get Content Models action first to discover available reference names for your instance.
Get Content Models
Tool to retrieve content models and page modules. Use when you need schema definitions to dynamically build content structures.
Get Logs
Retrieve sync items (content change logs) from Agility CMS using the Content Sync API. This tool implements incremental content synchronization: - Use syncToken='0' for initial full sync (retrieves all content) - Use the returned syncToken in subsequent calls to get only new/updated content - Maximum pageSize is 500 items per request - Continue pagination until syncToken='0' is returned (indicating you're up to date) Typical workflow: 1. Call with syncToken='0' to get initial content batch 2. Store the returned syncToken 3. On next sync, pass the stored syncToken to get only changes since last sync 4. Repeat until syncToken='0' (no more updates)
Get Page
Tool to retrieve details of a Page, including metadata, content zones, and components. Use after you know the page_id to fetch.
Get Page Modules
Retrieves page module definitions from Agility CMS. Page modules are UI components that can be added to pages. This action fetches all model definitions and filters to return only page modules (definitions without contentReferenceNames). Use this to understand what page modules are available for building pages. For content type definitions, use Get Content Models instead.
Get Sitemap Flat
Retrieves the flat sitemap for a specific channel and locale in Agility CMS. Returns a dictionary mapping page paths to sitemap items containing page metadata, SEO info, and routing details. Use this when you need to get all pages and their URLs for implementing page routing, generating sitemaps, or navigating the site structure. Required: instance GUID, API type (fetch/preview), locale code, and channel name.
Compare nearby apps
Other Website Builders connections your agents can use.
Connect to GitHub
GitHub is a code hosting platform for version control and collaboration, offering Git-based repository management, issue tracking, and continuous integration features
Connect to Supabase
Supabase is an open-source backend-as-a-service providing a Postgres database, authentication, storage, and real-time subscription APIs for building modern applications
Connect to Code Interpreter
CodeInterpreter extends Python-based coding environments with integrated data analysis, enabling developers to run scripts, visualize results, and prototype solutions inside supported platforms
Connect to Firecrawl
Firecrawl automates web crawling and data extraction, enabling organizations to gather content, index sites, and gain insights from online sources at scale
Connect to Tavily
Tavily offers search and data retrieval solutions, helping teams quickly locate and filter relevant information from documents, databases, or web sources
Connect to Bitbucket
Bitbucket is a Git-based code hosting and collaboration platform supporting private and public repositories, enabling teams to manage and review code through pull requests and integrations