Quick Start
Get up and running with autom8y in minutes. Learn the basics and run your first workflow.
Quick Start
Get up and running with autom8y in minutes. Learn the basics and run your first workflow.
Architecture
Understand how autom8y is structured and how the components work together.
API Standards
Learn about our API conventions and best practices for building integrations.
Domain Routing
Understand how subdomain routing works across the autom8y platform.
autom8y consists of multiple services working together:
| Service | Description |
|---|---|
| autom8 | Core automation monolith - orchestrates workflows and integrations |
| autom8-core | Shared Python primitives and utilities for the ecosystem |
| autom8_db | Analytics engine and CQRS query patterns |
| autom8_asana | Asana SDK and integration patterns |
| charter | Secrets management CLI bridging AWS Secrets Manager with shell |
All services are available on GitHub.