| title | Reference |
|---|---|
| description | Technical reference documentation for ToolHive, including CLI commands, API specifications, CRD definitions, and registry schemas. |
| displayed_sidebar | toolhiveSidebar |
import DocCard from '@theme/DocCard';
Technical reference documentation for all ToolHive components. For guides and tutorials, see the individual product sections.
<DocCard item={{ type: 'link', href: '/toolhive/reference/client-compatibility', label: 'Client compatibility', description: 'Supported AI clients and how they connect to ToolHive.', }} />
<DocCard item={{ type: 'link', href: '/toolhive/reference/authz-policy-reference', label: 'Authorization policies', description: 'Reference for ToolHive authorization policy structure and syntax.', }} />
<DocCard item={{ type: 'link', href: '/toolhive/reference/cli/thv', label: 'CLI reference', description: 'Detailed reference for all ToolHive CLI commands and flags.', }} />
<DocCard item={{ type: 'link', href: '/toolhive/reference/api', label: 'API reference', description: 'Reference documentation for the ToolHive REST API.', }} />
<DocCard item={{ type: 'link', href: '/toolhive/reference/crds', label: 'Kubernetes CRD reference', description: 'Reference for Kubernetes Operator custom resources.', }} />
<DocCard item={{ type: 'link', href: '/toolhive/reference/registry-api', label: 'Registry Server API reference', description: 'REST API reference for the ToolHive Registry Server.', }} />
<DocCard item={{ type: 'link', href: '/toolhive/reference/registry-schema-upstream', label: 'Registry JSON schema', description: 'JSON schema for the ToolHive registry format.', }} />