This tutorial gives an AI agent the default Tilebox setup for repository-based work: the Tilebox CLI and Tilebox skills. After completing it, your agent can inspect available CLI commands, run commands with structured output, and use Tilebox-specific skills for datasets, jobs, and automations.Documentation Index
Fetch the complete documentation index at: https://docs.tilebox.com/llms.txt
Use this file to discover all available pages before exploring further.
Install the Tilebox CLI
Install the Tilebox CLI with the install script.The 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.
Authenticate the CLI
Set Use a key with the smallest permissions needed for the task you want the agent to perform.
TILEBOX_API_KEY in the environment where your agent runs. You can create an API key in the Tilebox Console.Install Tilebox skills
Install the Tilebox skills so your agent has task-level instructions for working with the CLI and Tilebox resources.The skills cover CLI usage, dataset management, job monitoring, workflow authoring, and automations.
Optionally configure the Tilebox MCP server
Configure the Tilebox MCP server when your agent cannot easily use terminal commands, for example in a web-based chat tool. The server uses OAuth, so you do not need to add API keys or headers to the configuration.When the client connects, sign in with your Tilebox account and select the team the agent should use.