πŸ”Œ REST APIΒΆ

TINO exposes a REST API that powers the web UI. The same endpoints are available for scripting and automation.

Interactive API documentation is built in and served by every TINO instance:

  • Swagger UI β€” /docs

  • ReDoc β€” /redoc

  • OpenAPI schema β€” /openapi.json

AuthenticationΒΆ

Browser-based clients use the OIDC session cookie. Non-interactive clients β€” scripts and CI β€” authenticate with an API key instead.