Skip to Content
We are live but in Staging 🎉
ExamplesOverview

Examples

Real, end-to-end walkthroughs that span the platform — and each is built two ways:

  • The CLI way — how a person drives it from the terminal with dodil (and the console). Fast to try, great for exploring.
  • The programmatic way — how an app or agent drives it through the typed API and SDKs. This is the path that scales into production and that agents discover via reflection.

Every example below shows both, so you can start by hand and graduate to code.

In this batch

Before you start

  • For the CLI paths: install the dodil CLI and run dodil login.
  • For the programmatic paths: get an IAM access token (the examples use it as a bearer token / SDK token).
  • New to the platform? Skim the Overview for how the products fit together.

More examples are on the way — model inference, document pipelines, object storage, and SQL tables.