Get Started
Endpoints
- Projects
- User Invitations
- Project Members
- Connections
- Flows
- Flow Runs
- Sample Data
- Pieces
- Project Releases
- Global Connections
- Git Sync
- Folders
- Flow Templates
- MCP Servers
Copy
Ask AI
{
"id": "<string>",
"name": "<string>",
"displayName": "<string>",
"logoUrl": "<string>",
"description": "<string>",
"projectId": "<string>",
"authors": [
"<string>"
],
"platformId": "<string>",
"directoryPath": "<string>",
"auth": {
"displayName": "<string>",
"description": "<string>",
"username": {
"displayName": "<string>",
"description": "<string>"
},
"password": {
"displayName": "<string>",
"description": "<string>"
},
"type": "BASIC_AUTH",
"required": true,
"defaultValue": "<any>"
},
"version": "<string>",
"categories": [
"ARTIFICIAL_INTELLIGENCE"
],
"minimumSupportedRelease": "<string>",
"maximumSupportedRelease": "<string>",
"i18n": {
"nl": {},
"en": {},
"de": {},
"it": {},
"fr": {},
"bg": {},
"uk": {},
"hu": {},
"es": {},
"ja": {},
"id": {},
"vi": {},
"zh": {},
"pt": {}
},
"actions": {},
"triggers": {}
}
Assistant
Responses are generated using AI and may contain mistakes.