Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.89 KB

File metadata and controls

46 lines (33 loc) · 1.89 KB
title Action SDK
description Find out how Centaurus works
template splash

What is Centaurus?

Centaurus is a monorepo containing a collection of actions provided by code0. Actions are integrations that connect external services to the Hercules automation platform, allowing you to build powerful workflows without writing boilerplate code.

Each action exposes functions, data types, and configuration that can be composed inside flows to automate real-world tasks such as shipping logistics, notifications, payments, and more.


Prerequisites

Before using any action from Centaurus, make sure you have:

  • Docker and Docker Compose installed (for self-hosted deployment)
  • A running instance of the Aquila server (part of the Hercules platform)
  • An auth token (HERCULES_AUTH_TOKEN) for connecting your action to Aquila
  • Credentials specific to the external service the action integrates with (e.g. GLS API keys)

Available Actions

Action Description Status
GLS GLS ShipIT integration for creating and managing shipments ✅ Available

Quick Links