Automatisch website screenshot

Automatisch

Automatisch is an open source business automation tool and self-hosted alternative to Zapier that connects different services to automate workflows without programming knowledge. Built with JavaScript/Node.js, it supports 100+ integrations including Slack, GitHub, Gmail, PostgreSQL, and AI services. Licensed under AGPL-3.0 for the community edition, with an enterprise edition for commercial deployments.

Automatisch publishes 1 API on the APIs.io network. Tagged areas include Workflow Automation, Self-Hosted, Open Source, Zapier Alternative, and No-Code.

Automatisch’s developer surface includes documentation, getting-started guide, release notes, and 4 more developer resources.

24.6/100 emerging ▬ flat Agent 3/100 human only Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemium
1 APIs 6 Features 4 Use Cases
Workflow AutomationSelf-HostedOpen SourceZapier AlternativeNo-CodeJavaScriptNode.jsAGPL

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 24.6/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 3.9 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 6.8 / 13
Governance 0.0 / 12
Discoverability 5.9 / 10
Agent readiness — 3/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/automatisch: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Automatisch REST API

Automatisch exposes a REST API used by its web application for managing flows (automated workflows), connections (service credentials), users, and integrations. The API supports...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Automatisch Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Features 6

Notable capabilities this provider offers.

100+ Built-In Integrations

Automatisch ships with over 100 pre-built connectors for popular services including Slack, Discord, GitHub, GitLab, Gmail, Google Sheets, Airtable, Notion, Trello, OpenAI, Anthr...

Self-Hosted Deployment

Deploy Automatisch on your own infrastructure using Docker Compose, keeping all workflow data and credentials under your control with no data sent to third-party cloud services.

Webhook Triggers

Built-in webhook trigger support allows external services to trigger Automatisch flows via HTTP POST, enabling event-driven automation from any service that supports outbound we...

No-Code Workflow Builder

A visual drag-and-drop interface for building multi-step automation workflows connecting triggers from one service to actions in another without writing code.

AGPL-3.0 Open Source

The community edition is licensed under AGPL-3.0, allowing free use, modification, and distribution. An enterprise edition with additional features is available for commercial d...

Custom App Development

Extend Automatisch by developing custom app integrations using the JavaScript SDK. Custom apps follow the same trigger/action pattern as built-in integrations.

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Automatisch Domain Security

TLSv1.3 · DMARC

SECURITY

Use Cases 4

What developers build with this provider.

Business Process Automation

Automate repetitive business processes such as lead routing, support ticket triage, and data synchronization between SaaS tools without relying on cloud automation vendors.

Data Privacy Compliance

Self-host workflow automation to keep sensitive business data on-premises or in private cloud infrastructure, meeting GDPR and data residency requirements.

Developer Workflow Automation

Automate developer workflows including GitHub issue-to-Slack notifications, CI/CD status updates, and pull request review reminders.

CRM and Marketing Automation

Connect CRM tools with marketing platforms to automate lead nurturing, email sequences, and customer data synchronization across tools.

Integrations 6

Pre-built integrations with other platforms and tools.

Slack

Send messages, create channels, and respond to Slack events in automated flows.

GitHub

Trigger flows from GitHub events and create issues, PRs, and comments programmatically.

Gmail

Send emails and trigger flows from incoming Gmail messages.

Google Sheets

Read and write rows in Google Sheets as steps in automated workflows.

OpenAI

Call OpenAI APIs (GPT, DALL-E, Whisper) as steps within Automatisch automation flows.

PostgreSQL

Query and write to PostgreSQL databases as steps in automation flows.

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: automatisch
name: Automatisch
description: Automatisch is an open source business automation tool and self-hosted alternative to Zapier that connects different
  services to automate workflows without programming knowledge. Built with JavaScript/Node.js, it supports 100+ integrations
  including Slack, GitHub, Gmail, PostgreSQL, and AI services. Licensed under AGPL-3.0 for the community edition, with an
  enterprise edition for commercial deployments.
type: Index
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/automatisch.png
tags:
- Workflow Automation
- Self-Hosted
- Open Source
- Zapier Alternative
- No-Code
- JavaScript
- Node.js
- AGPL
url: https://raw.githubusercontent.com/api-evangelist/automatisch/refs/heads/main/apis.yml
created: '2026-03-27'
modified: '2026-04-19'
specificationVersion: '0.19'
apis:
- aid: automatisch:automatisch-rest-api
  name: Automatisch REST API
  description: Automatisch exposes a REST API used by its web application for managing flows (automated workflows), connections
    (service credentials), users, and integrations. The API supports webhook trigger endpoints for receiving events from external
    services and provides the backend for the Automatisch UI. The API follows standard REST conventions with JSON request
    and response bodies.
  humanURL: https://github.com/automatisch/automatisch
  tags:
  - Workflow Automation
  - Flows
  - Connections
  - Webhooks
  - REST
  properties:
  - type: Documentation
    url: https://automatisch.io/docs
  - type: GettingStarted
    url: https://automatisch.io/docs/installation/docker
  - type: GitHubRepository
    url: https://github.com/automatisch/automatisch
common:
- type: DomainSecurity
  url: security/automatisch-domain-security.yml
- type: Website
  url: https://automatisch.io
- type: Documentation
  url: https://automatisch.io/docs
- type: GitHubOrganization
  url: https://github.com/automatisch
- type: GitHubRepository
  url: https://github.com/automatisch/automatisch
- type: GettingStarted
  url: https://automatisch.io/docs/installation/docker
- type: ReleaseNotes
  url: https://github.com/automatisch/automatisch/releases
- type: Features
  data:
  - name: 100+ Built-In Integrations
    description: Automatisch ships with over 100 pre-built connectors for popular services including Slack, Discord, GitHub,
      GitLab, Gmail, Google Sheets, Airtable, Notion, Trello, OpenAI, Anthropic, PostgreSQL, and many more.
  - name: Self-Hosted Deployment
    description: Deploy Automatisch on your own infrastructure using Docker Compose, keeping all workflow data and credentials
      under your control with no data sent to third-party cloud services.
  - name: Webhook Triggers
    description: Built-in webhook trigger support allows external services to trigger Automatisch flows via HTTP POST, enabling
      event-driven automation from any service that supports outbound webhooks.
  - name: No-Code Workflow Builder
    description: A visual drag-and-drop interface for building multi-step automation workflows connecting triggers from one
      service to actions in another without writing code.
  - name: AGPL-3.0 Open Source
    description: The community edition is licensed under AGPL-3.0, allowing free use, modification, and distribution. An enterprise
      edition with additional features is available for commercial deployments.
  - name: Custom App Development
    description: Extend Automatisch by developing custom app integrations using the JavaScript SDK. Custom apps follow the
      same trigger/action pattern as built-in integrations.
- type: UseCases
  data:
  - name: Business Process Automation
    description: Automate repetitive business processes such as lead routing, support ticket triage, and data synchronization
      between SaaS tools without relying on cloud automation vendors.
  - name: Data Privacy Compliance
    description: Self-host workflow automation to keep sensitive business data on-premises or in private cloud infrastructure,
      meeting GDPR and data residency requirements.
  - name: Developer Workflow Automation
    description: Automate developer workflows including GitHub issue-to-Slack notifications, CI/CD status updates, and pull
      request review reminders.
  - name: CRM and Marketing Automation
    description: Connect CRM tools with marketing platforms to automate lead nurturing, email sequences, and customer data
      synchronization across tools.
- type: Integrations
  data:
  - name: Slack
    description: Send messages, create channels, and respond to Slack events in automated flows.
  - name: GitHub
    description: Trigger flows from GitHub events and create issues, PRs, and comments programmatically.
  - name: Gmail
    description: Send emails and trigger flows from incoming Gmail messages.
  - name: Google Sheets
    description: Read and write rows in Google Sheets as steps in automated workflows.
  - name: OpenAI
    description: Call OpenAI APIs (GPT, DALL-E, Whisper) as steps within Automatisch automation flows.
  - name: PostgreSQL
    description: Query and write to PostgreSQL databases as steps in automation flows.
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com