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.
Auth API Reference
Complete endpoint documentation for authentication and authorization.
Data Platform API
Endpoint documentation for queries, insights, metrics, and sync operations.
Asana Integration API
39-endpoint reference for the Asana integration service.
API Explorer
Interactive try-it console for testing API endpoints from the browser.
autom8y consists of multiple services working together:
| Service | Description | API Docs |
|---|---|---|
| autom8 | Core automation monolith - orchestrates workflows and integrations | — |
| autom8-core | Shared Python primitives and utilities for the ecosystem | — |
| autom8_data | Analytics engine, metrics, insights, and CQRS query patterns | Reference |
| autom8_asana | Asana SDK and integration patterns | Reference |
| auth | Authentication and authorization service | Reference |
| charter | Secrets management CLI bridging AWS Secrets Manager with shell | — |
All services are available on GitHub.