Build a Custom Integration
When an app is not in the directory, your team builds its own integration with the Open API. It reads and updates access data over REST and triggers workflows on access and provisioning events.
List managed apps GET https://open-api.getcakewalk.io/api/v1/WorkApps
X-API-KEY: $CAKEWALK_API_KEY
X-API-SECRET: $CAKEWALK_API_SECRET
Cakewalk MCP Server
Cakewalk runs two MCP servers, one for human access management and one for AI agent access management. Any client that supports the MCP standard connects to them, including Claude, Cursor, ChatGPT and Copilot.
- Claude
- Cursor
- ChatGPT
- Copilot
Add Cakewalk to your client config {
"mcpServers": {
"cakewalk": {
"url": "https://mcp.getcakewalk.io/mcp",
"auth": "oauth"
}
}
}