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.

Tilebox gives agents multiple ways to get context and take action. The right interface depends on whether the agent needs live Tilebox access, repeatable terminal commands, workflow instructions, or documentation-only context.

Interface guide

InterfaceUse it forWhat it gives the agent
Tilebox CLIDefault setup for coding agents, terminal operations, automation, and CI-friendly workflowsStructured command output, command discovery, and predictable inputs
Agent SkillsRepeated Tilebox tasks across datasets, jobs, and automationsInstructions for composing CLI commands into end-to-end workflows
Tilebox MCPWeb-based agents, chat tools, or MCP-capable clients where terminal access is limitedAuthenticated tools for datasets, workflows, and documentation search
Tilebox SDKsApplication code and production integrationsLanguage-native APIs for Python and Go
llms-full.txtDocumentation-only contextA static markdown bundle of the Tilebox documentation

How the interfaces fit together

Use the CLI when an agent can run terminal commands. This is the default interface for repository-based coding agents because commands are explicit, repeatable, and easy to inspect. Use skills when the agent needs guidance for multi-step Tilebox tasks, such as creating datasets or monitoring workflow jobs. Use the MCP server when an agent cannot easily run terminal commands. This is common for web-based agents and chat tools where the agent can call hosted tools but cannot access a shell. MCP is also useful when you want an AI client to access Tilebox documentation search and live Tilebox tools without installing local software. The interfaces are complementary. For example, a coding agent can use the CLI to inspect available commands with tilebox agent-context and use the managing-tilebox-jobs skill to monitor a submitted workflow job. A web-based agent can use the MCP server for documentation search and live Tilebox access instead. For AI-assisted development in a codebase, install the CLI and Tilebox skills. Add MCP when your agent runs outside a terminal environment or when you prefer a hosted tool connection from a web or chat interface.