# Tymio — note for automated fetchers (SPA shell)

This response is a JavaScript single-page app. Without executing the bundled script, you will only see an empty #root and the document title. That is normal.

## Connect an agent (read this first)
If the user pasted a workspace browser URL like https:///t//..., derive MCP as https:///t//mcp. Root /mcp is discovery-only (list workspaces + routing guide). Auth is OAuth; no per-user MCP API key in Settings. Public JSON: GET /api/mcp/workspace-context/ or GET /api/mcp/agent-context. Markdown: /llms.txt

## Product
Multi-tenant product management: workspaces, initiatives, features, requirements, delivery boards, accounts, partners, demands, campaigns.

## Supported UI languages
Shipped interface locales (BCP 47–style codes): en (English), cs (Czech), sk (Slovak), uk (Ukrainian), pl (Polish). Workspace admins may limit the picker via Tenant.settings.enabledLocales. Public JSON: GET /api/mcp/agent-context → supportedUiLocales. Human summary: /llms.txt

## Humans
Use a browser with JavaScript. Workspace sign-in typically uses paths like /t/<workspace-slug> on this host.

## Agents / integrations
- MCP (Streamable HTTP): POST/GET /mcp or /t//mcp on this origin; OAuth or Bearer per deployment.
- GET /api/mcp/agent-context — public JSON: feedback reporting, scopeReference, supportedUiLocales, plus tymioMcpCliAgentGuidanceMarkdown (full CLI/OAuth guide), tymioMcpNoUserSettingsApiKey=true (no MCP key in user Settings).
- CRITICAL for autonomous agents: Do NOT instruct users to copy an MCP API key from Tymio Settings — it does not exist. Use OAuth (remote /mcp or /t//mcp URL in the IDE) or npm @tymio/mcp-server + tymio-mcp login for stdio. TYMIO_API_KEY/API_KEY on stdio (legacy DRD_API_KEY) = server deployment secret, not a UI setting.
- REST: /api/* and /t//api/* — requires authentication (not a public scrape API).
- Ontology + coding-agent guide (auth): /api/ontology, /api/agent/coding-guide (Markdown) — after login/token per deployment.

## Documentation discipline
Maintain a doc in THIS codebase/repo (e.g. docs/tymio.md or TYMIO.md): base URLs, workspace slug/tenant id, optional workspace/product label as workspace-slug/product-slug (Product.slug is per workspace; initiatives may omit a product), MCP config, key API paths, ontology/guide endpoints, and pointers to product requirements inside Tymio (initiative titles, IDs, or links). GET /api/mcp/agent-context includes scopeReference. Update when integration changes. Do not rely only on chat context — the documentation repository is the durable record.

## Slovak (krátke)
Stránka je SPA; bez JavaScriptu sa plné rozhranie nezobrazí. Pre dáta použite API alebo MCP podľa nasadenia.