string
required
The unique identifier of the integration (e.g., “gmail”, “perplexity”)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"id": "gmail",
"name": "Gmail",
"description": "Gmail integration for sending and managing emails",
"logo_url": "https://example.com/gmail-logo.png",
"app_url": "https://gmail.com",
"features": [
{
"name": "GMAIL_SEND_EMAIL",
"description": "Send an email via Gmail",
"parameters": {
"to": "string",
"subject": "string",
"body": "string"
}
}
],
"auth_method": "OAUTH2"
}
Get an integration’s capabilities, auth type, and required parameters so you can decide how to connect and display it in your UI.
{
"id": "gmail",
"name": "Gmail",
"description": "Gmail integration for sending and managing emails",
"logo_url": "https://example.com/gmail-logo.png",
"app_url": "https://gmail.com",
"features": [
{
"name": "GMAIL_SEND_EMAIL",
"description": "Send an email via Gmail",
"parameters": {
"to": "string",
"subject": "string",
"body": "string"
}
}
],
"auth_method": "OAUTH2"
}
Was this page helpful?