Apps
App registration + MCP REST tool mapping for agent tool discovery.
Endpoints
Runs live against the backend- POST
/api/v1/apps/registerRegister an app - GET
/api/v1/apps/meGet current app registration - POST
/api/v1/apps/{app_id}/mcp/toolsRegister MCP REST-mapped tools - GET
/api/v1/apps/{app_id}/mcp/toolsList registered MCP REST-mapped tools - DELETE
/api/v1/apps/{app_id}/mcp/tools/{name}Unregister an MCP REST-mapped tool - GET
/api/v1/apps/{app_id}/mcp/proxyGet MCP proxy info for an app - POST
/api/v1/apps/{app_id}/credentials/rotateRotate app service-account credentials
Calls go through the portal proxy with your admin session. SSE (run / generate) endpoints return their final payload here; live streaming lands next.