Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Eigenpal Automations API

Inspect runnable workflow and agent automations, their versions, triggers, and source sync state.

Eigenpal Automations API is one of 6 APIs that Eigenpal publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Automations. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 5 operations across 5 paths, and defines 10 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://studio.eigenpal.com.

5 operations 5 paths 10 schemas 4 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://studio.eigenpal.com
Authentication
HTTP Bearer
Contact
License
Resource Areas
1

Authentication & Security 1

Eigenpal Automations API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — API key issued from Settings → API Keys. Pass as Authorization: Bearer .

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 4 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Automations 5

Inspect runnable workflow and agent automations, their versions, triggers, and source sync state.

GET
/api/v1/automations
List automations
automations.list 4 params → 200400401403404413429500
GET
/api/v1/automations/{id}
Get automation
automations.get 1 param → 200400401403404413429500
POST
/api/v1/automations/{id}/sync
Sync automation from latest Git release
automations.sync 1 param → 200400401403404413429500
GET
/api/v1/automations/{id}/triggers
Get automation triggers
automations.triggers.get 1 param → 200400401403404413429500
GET
/api/v1/automations/{id}/versions
List automation versions
automations.versions.list 1 param → 200400401403404413429500

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are AutomationDetail (13 properties), AutomationSummary (11 properties), AutomationVersion (6 properties), ListAutomationVersionsResponse (4 properties). Each schema is shown below with its type and property counts.

ListAutomationsResponse
object
4 properties 4 required
ListAutomationVersionsResponse
object
4 properties 4 required
AutomationType
string
ApiErrorEnvelope
object
4 properties 2 required
AutomationTriggerState
object
4 properties 4 required
AutomationTriggersResponse
object
3 properties 3 required
ApiErrorIssue
object
4 properties 4 required
AutomationVersion
object
6 properties 3 required
AutomationDetail
object
13 properties 5 required
AutomationSummary
object
11 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

eigenpal-automations-api-openapi.yml Raw ↑

Other APIs Eigenpal publishes across the network.

Eigenpal Evaluation API
Eigenpal Files API
Eigenpal Metadata API
Eigenpal Reviews API
Eigenpal Runs API