Documentation

API

The API documentation is hosted on your Tamari instance. This ensures that endpoints and configurations reflect the specific version you are using.

Visit /api on your instance to get started.

API Configuration

By default, the API is disabled. Here is how to enable it.

For a manual setup: Set "API_ENABLED = True" in your config.py.

For Docker setups: Add "-e API_ENABLED=True" to your "docker run" command.