+
+
-The Tilebox API uses bearer tokens for authentication. You need to pass your API key as the `token` parameter when creating an instance of the client.
+## Set up environment variable
+
+Set `TILEBOX_API_KEY` in your shell environment (optional but recommended). That way, the [Tilebox CLI](/agents-and-ai-tools/tilebox-cli) and SDK clients automatically pick it up.
+
+The following commands persist the variable for future terminal sessions and also make it available in the current session.
+
+
+
+
+
+ ## Agentic Workflows
+
+ Tilebox Workflows now supports workflow release publishing and cluster deployments. This adds a new release-based execution path to the workflow orchestrator: package a Python workflow project, publish an immutable release, deploy it to a cluster, run it on release runners, and inspect the resulting job logs and execution traces.
+
+ The release path is designed for closed-loop workflow iteration by developers and agents. An agent can edit workflow code, publish a release, deploy it to a development cluster, submit a test job, inspect the failed task logs or spans, apply a fix, and retry or submit the next job without leaving the same command-line workflow.
+
+ A typical iteration looks like this:
+
+ ```bash
+ tilebox workflow publish-release --json
+ tilebox workflow deploy-release --latest --target production --json
+ tilebox job submit --task tilebox.com/example/ProcessScene --cluster workflow-dev --json
+ tilebox job wait
@@ -17,7 +58,7 @@ mode: center
The Console includes a built-in explorer for workflow observability, so you can inspect task logs, trace timing, failures, and runner behavior from the job view.
- See the [Workflow observability documentation](/workflows/observability/introduction) for examples and integration options.
+ See the [Workflow observability documentation](/workflows/run-and-inspect/introduction) for examples and integration options.
+ {guide.description} +
++ {section.category} +
++ {section.description} +
++ User guides +
++ Recipes for going from question to running system: query satellite catalogs, ingest your own data, ship workflows, and debug what happened. +
+
-
-
-
-
Then, add it to your environment
```bash
export TILEBOX_API_KEY=