# Kliq Internal URL shortener for parent links, attributable sublinks, conversion tracking, and agent-driven automation. Base URL: https://kliq.sh ## LLM Entry Points - [llms.txt](https://kliq.sh/llms.txt) - This URL map for AI agents. - [All documentation as Markdown](https://kliq.sh/docs) - Fetch with curl, HTTPie, SDK clients, or Accept: text/markdown. - [Single documentation page as Markdown](https://kliq.sh/docs/getting-started) - Replace the slug with any documentation slug below. ## Public Pages - [Home](https://kliq.sh/) - Internal URL shortener for parent links, attributable sublinks, conversion tracking, and agent-driven automation. - [Documentation](https://kliq.sh/docs) - Human documentation index. Non-browser clients receive all documentation as Markdown. - [Privacy Policy](https://kliq.sh/legal/privacy) - Privacy policy and data handling information. - [Terms](https://kliq.sh/legal/terms) - Terms of service. ## Documentation - [Admin API](https://kliq.sh/docs/agent-api) - Automate every Kliq link and attribution workflow with the stable v1 API. - [Links API](https://kliq.sh/docs/api-links) - Create, update, list, and archive parent links and sublinks. - [Analytics API](https://kliq.sh/docs/api-analytics) - Query clicks, identified customers, conversions, and revenue with bounded date ranges. - [Attribution and Events](https://kliq.sh/docs/api-attribution) - Install first-party attribution, identify customers, and ingest trusted conversions or revenue. - [Domains and Imports API](https://kliq.sh/docs/api-domains-imports) - Manage short-link domain settings and inspect migration batches. - [Current Organization API](https://kliq.sh/docs/api-me) - Verify the organization attached to a Kliq API key. - [Getting Started](https://kliq.sh/docs/getting-started) - Understand the core Kliq workflow for domains, parent links, sublinks, and attribution. - [Parent Links and Sublinks](https://kliq.sh/docs/link-model) - Understand how Kliq keeps destinations canonical and placements comparable. - [Attribution Model](https://kliq.sh/docs/attribution) - Understand Kliq click identifiers, last-touch attribution, events, and revenue. - [Multi-Domain Attribution](https://kliq.sh/docs/multi-domain-attribution) - Track one visitor across a marketing domain and a separate application domain. ## Authenticated Application Route Patterns - [Sign in](https://kliq.sh/auth/signin) - User authentication entry point. - [Sign up](https://kliq.sh/auth/signup) - New user registration entry point. - [Current organization redirect](https://kliq.sh/orgs) - Redirects authenticated users to their active organization. - [Organization list](https://kliq.sh/orgs/list) - Lists organizations available to the authenticated user. - [New organization](https://kliq.sh/orgs/new) - Creates a new organization. - [Organization dashboard](https://kliq.sh/orgs/:orgSlug) - Authenticated organization workspace. - [Organization settings](https://kliq.sh/orgs/:orgSlug/settings) - Organization profile, members, and danger settings. - [Account settings](https://kliq.sh/account) - Authenticated user account settings. - [Admin](https://kliq.sh/admin) - Platform admin area. ## Notes For Agents - Browser requests receive HTML for human use. - Non-browser documentation requests receive Markdown optimized for agent ingestion. - Dynamic authenticated routes require a valid session and real organization slug.