Ejjy API
Deploy and manage containerised services and jobs on ejjy. Each request is scoped to a workspace; the workspace id appears in every resource path.
Tags
Projects
Projects are deployment scopes inside a workspace. Services and jobs in one project are isolated from those in another.
Services
Services run your own container image as long-running compute. Supply
volumes if the service needs persistent storage.Managed Services
Managed services are curated databases and storage offerings. Pick an offering by
slug and we handle provisioning, upgrades, and sensible defaults.Jobs
Jobs run tasks to completion. Omit
schedule for on-demand jobs; include a cron expression to run on a schedule.