🆕 Automation API is now in beta

An API is a way for other software to communicate with Tape. It can send instructions to Tape and get information back, without someone clicking through Tape’s interface.

Tape’s public API already lets scripts, integrations, and connected AI tools work with Tape. The new Automation API extends this to workflow automations.

You can now build, test, run, and manage automations through the API. The automation structure stays the same:

TriggerOptional filtersActions

:bulb: Ways to use the Automation API

  • Create automations with their trigger, filters, and actions without opening the Automation Center in Tape.
  • Update automations in bulk , for example by changing the same filter condition across automations in 50 customer workspaces at once.
  • Test before activation by checking and simulating an automation before taking it live.

:zap: The full automation lifecycle via API

Over the past few weeks, we’ve added the API features to cover building, running, monitoring, and improving automations:

:sparkles: Build automations with your AI assistant

Write in Claude Code or Codex what you want an automation to do, in plain language. With the Tape MCP Server, the AI can create or update the automation directly in Tape.

:books: How to get started

Start with our Automation API documentation for the quickstart, examples, and full API reference.

New to APIs? Our Tape API guide walks you through your first requests step by step.

:construction: Beta

The Automation API is currently in beta. Endpoints, payloads, and behavior may change or be withdrawn during the beta.

We’d love your feedback. Share an idea or report an issue here:

Feature requests ➔
Bugs & issues ➔

8 Likes

This is huge! Managing automations via API is something I’ve missed. Looking forward to testing it!