Skip to content

Aura for developers

Deploy an optimization model, then run it and talk to Aura about the results, from your own backend, or from the terminal.
Terminal window
npm install -g @strangeworks/aura-cli

The CLI administers Aura. Deploy a model, manage projects and conversations, and chat with a project to check it behaves the way you meant before you build against it.

Terminal window
aura deploy
aura project create acme/vrp --name "vrp demo"
aura chat --project <project-id>

Get started with the CLI →