Onboard your agent
Configure an AI agent with the Tilebox CLI and Tilebox skills.
Automatic setup
Paste this prompt into your coding agent:
Step-by-step setup
Install the Tilebox CLI and Agent Skills, configure your API key, and verify the setup with the steps below. If you want to use Tilebox directly as a developer, start with the developer quickstart.
-
Install the Tilebox CLI and Agent Skills
Install the Tilebox CLI and Tilebox Agent Skills with the setup wizard.
curl -fsSL https://install.tilebox.com/wizard.sh | shThe CLI is the default interface for coding agents because it works in the same terminal where the agent edits files, runs tests, and applies changes. The skills add task-level instructions for CLI usage, dataset management, job monitoring, workflow authoring, and automations.
-
Authenticate the CLI
Set
TILEBOX_API_KEYin the environment where your agent runs. You can create an API key in the Tilebox Console.export TILEBOX_API_KEY="YOUR_TILEBOX_API_KEY"Use a key with the smallest permissions needed for the task you want the agent to perform.
-
Verify the setup
Ask your agent to inspect its Tilebox capabilities before assigning a larger task.
Verify with your agent
Next steps
Learn how to Iterate on Workflow Releases with Agents, or check out the CLI to get an overview of useful tilebox terminal commands.