Get started

Create a cluster on your AWS account

# install the CLI
bash -c "$(curl -sS https://raw.githubusercontent.com/cortexlabs/cortex/v0.42.1/get-cli.sh)"

# create a cluster
cortex cluster up cluster.yaml

Build scalable APIs

# deploy APIs
cortex deploy apis.yaml
  • Realtime - create APIs that respond to requests in real-time.

  • Async - create APIs that respond to requests asynchronously.

  • Batch - create APIs that run distributed batch jobs.

  • Task - create APIs that run jobs on-demand.

Last updated