Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTOMATISCH_API_KEY | No | API key for authentication (optional but recommended) | |
| AUTOMATISCH_BASE_URL | No | Automatisch instance URL | http://localhost:3001 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_workflows | List all workflows in Automatisch |
| get_workflow | Get detailed information about a specific workflow |
| create_workflow | Create a new workflow |
| update_workflow | Update an existing workflow |
| delete_workflow | Delete a workflow |
| list_connections | List all app connections |
| create_connection | Create a new app connection |
| list_executions | List workflow executions |
| get_available_apps | Get list of available apps and their capabilities |
| test_workflow | Test a workflow with sample data |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Workflows Overview | Overview of all workflows and their status |
| App Connections | List of configured app connections |
| Available Apps | Catalog of available apps and integrations |
| Recent Executions | Recent workflow executions and their results |