|
3703 | 3703 | "integrationType": "observability", |
3704 | 3704 | "tags": ["monitoring", "incident-management", "error-tracking"] |
3705 | 3705 | }, |
| 3706 | + { |
| 3707 | + "type": "daytona", |
| 3708 | + "slug": "daytona", |
| 3709 | + "name": "Daytona", |
| 3710 | + "description": "Run code and commands in secure cloud sandboxes", |
| 3711 | + "longDescription": "Integrate Daytona into your workflow to run AI-generated code in secure, isolated sandboxes. Create and manage sandboxes, execute shell commands, run Python, JavaScript, or TypeScript code, transfer files, and clone Git repositories.", |
| 3712 | + "bgColor": "#FFFFFF", |
| 3713 | + "iconName": "DaytonaIcon", |
| 3714 | + "docsUrl": "https://docs.sim.ai/integrations/daytona", |
| 3715 | + "operations": [ |
| 3716 | + { |
| 3717 | + "name": "Create Sandbox", |
| 3718 | + "description": "Create a new Daytona sandbox for running AI-generated code in isolation" |
| 3719 | + }, |
| 3720 | + { |
| 3721 | + "name": "Run Code", |
| 3722 | + "description": "Run Python, JavaScript, or TypeScript code inside a Daytona sandbox" |
| 3723 | + }, |
| 3724 | + { |
| 3725 | + "name": "Execute Command", |
| 3726 | + "description": "Execute a shell command inside a Daytona sandbox" |
| 3727 | + }, |
| 3728 | + { |
| 3729 | + "name": "Upload File", |
| 3730 | + "description": "Upload a file to a Daytona sandbox" |
| 3731 | + }, |
| 3732 | + { |
| 3733 | + "name": "Download File", |
| 3734 | + "description": "Download a file from a Daytona sandbox" |
| 3735 | + }, |
| 3736 | + { |
| 3737 | + "name": "List Files", |
| 3738 | + "description": "List files in a directory of a Daytona sandbox" |
| 3739 | + }, |
| 3740 | + { |
| 3741 | + "name": "Git Clone", |
| 3742 | + "description": "Clone a Git repository into a Daytona sandbox" |
| 3743 | + }, |
| 3744 | + { |
| 3745 | + "name": "List Sandboxes", |
| 3746 | + "description": "List Daytona sandboxes in the organization" |
| 3747 | + }, |
| 3748 | + { |
| 3749 | + "name": "Get Sandbox", |
| 3750 | + "description": "Get details of a Daytona sandbox" |
| 3751 | + }, |
| 3752 | + { |
| 3753 | + "name": "Start Sandbox", |
| 3754 | + "description": "Start a stopped Daytona sandbox" |
| 3755 | + }, |
| 3756 | + { |
| 3757 | + "name": "Stop Sandbox", |
| 3758 | + "description": "Stop a running Daytona sandbox" |
| 3759 | + }, |
| 3760 | + { |
| 3761 | + "name": "Delete Sandbox", |
| 3762 | + "description": "Delete a Daytona sandbox" |
| 3763 | + } |
| 3764 | + ], |
| 3765 | + "operationCount": 12, |
| 3766 | + "triggers": [], |
| 3767 | + "triggerCount": 0, |
| 3768 | + "authType": "api-key", |
| 3769 | + "category": "tools", |
| 3770 | + "integrationType": "devops", |
| 3771 | + "tags": ["agentic", "cloud", "automation"] |
| 3772 | + }, |
3706 | 3773 | { |
3707 | 3774 | "type": "devin", |
3708 | 3775 | "slug": "devin", |
|
10348 | 10415 | "name": "Notion", |
10349 | 10416 | "description": "Manage Notion pages", |
10350 | 10417 | "longDescription": "Integrate with Notion into the workflow. Can read page, read database, create page, create database, append content, query database, and search workspace.", |
10351 | | - "bgColor": "#181C1E", |
| 10418 | + "bgColor": "#FFFFFF", |
10352 | 10419 | "iconName": "NotionIcon", |
10353 | 10420 | "docsUrl": "https://docs.sim.ai/integrations/notion", |
10354 | 10421 | "operations": [], |
|
0 commit comments