Skip to main content

Documentation Index

Fetch the complete documentation index at: https://tile.run/docs/llms.txt

Use this file to discover all available pages before exploring further.

API key

Sign up for a free account and get an API key.

Authentication

All API endpoints are authenticated by providing a Bearer token in the header.
{
  "Authorization": "Bearer [Your API token]"
}