Go to plugin edit action

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://developer.pexipengage.com/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Pexip Engage MCP server": {
  "url": "https://developer.pexipengage.com/mcp"
}
Close
GET /plugin/{intent}/{token}

Get plugin edit URL

Path parameters

  • intent string Required

    Intent to start the plugin

    Values are cancel, decline, edit, or invite.

  • token string Required

    Token of the appointment participant

    Minimum length is 1.

Responses

  • 302

    Redirect

GET /plugin/{intent}/{token}
curl \
 --request GET 'https://api.pexipengage.com/enterprises/acme/plugin/edit/m8WwB7iPxDgCKpnBGM83wXJnv7OxzccKagbwyxQXFL'