Get started
Create a cluster on your AWS account
# install the CLI
pip install cortex
# create a cluster
cortex cluster up cluster.yaml
Client installation - customize your client installation.
Cluster configuration - optimize your cluster for your workloads.
Environments - manage multiple clusters.
Build scalable APIs
# deploy APIs
cortex deploy apis.yaml
Last updated