C

Content Management API

REST discovered

Details
URL
https://mgmt.aglty.io/api/v1/instance/{guid}
Docs
https://agilitycms.com/docs/developers/content-management-api
Authentication
Agility Personal Access Token bearer discovered Get token ↗

Create a Personal Access Token using the Personal Access Tokens section of the Management API Swagger docs. The PAT docs say PATs are created and managed through the Management API, require an OAuth-authenticated user to create them, are shown only once at creation, and are intended for automation and CI/CD. Store the token securely and send it as a bearer token.

OAuth 2.0 oauth2 discovered
OAuth 2.0 — self-onboarding

Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.