Integry · Capability
Integry API
Integry is an embedded integration platform that lets SaaS companies offer native integrations to their users. The API exposes apps, functions, and flows used to predict, list, retrieve, and call integration functions on behalf of end users.
What You Can Do
POST
Listapps
— List apps
/apps/list
POST
Getapp
— Get app
/apps/{app_name}/get
POST
Listfunctions
— List functions
/functions/list
POST
Predictfunctions
— Predict functions
/functions/predict
POST
Getfunction
— Get function
/functions/{function_name}/get
POST
Callfunction
— Call function
/functions/{function_name}/call
MCP Tools
listapps
List apps
getapp
Get app
listfunctions
List functions
predictfunctions
Predict functions
getfunction
Get function
callfunction
Call function