Skip to main content

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.

AI-assisted development in Tilebox is built around giving agents the same operational context that developers use: current documentation, authenticated access to Tilebox resources, and predictable tools for running actions. The section explains how to connect agents to Tilebox, which interface to use for each task, and how the Tilebox CLI and skills help agents work with datasets and workflows.

How Tilebox supports agents

Tilebox supports agents through a CLI-based setup. The CLI gives agents a deterministic terminal interface with structured output, machine-readable command discovery, and file-based inputs. Agent skills teach agents how to compose CLI commands into common Tilebox tasks, while the MCP server is available for AI tools where terminal access is limited, such as web-based chat agents.

Onboard your agent

Configure an agent with the Tilebox CLI, Tilebox skills, and documentation context.

AI interfaces

Decide when to use MCP, the CLI, skills, SDKs, or documentation context.

Tilebox MCP

Connect AI tools to the Tilebox MCP server when terminal access is not available.

Tilebox CLI

Install the CLI, authenticate it, and use agent-friendly command patterns.

Agent Skills

Install Tilebox skills that teach agents how to work with Tilebox tools.
Use Onboard your agent if you want an AI coding agent to help with Tilebox work in a repository. It covers the default setup with CLI installation, CLI authentication, Tilebox skills, and documentation context. Use the MCP setup when your agent runs in a web or chat environment where commands and terminals are not easy to use.