# Big Panda ## Docs - [CLAUDE](https://docs.panderra.de/CLAUDE.md) - [Create a new category](https://docs.panderra.de/api-reference/categories/create-a-new-category.md): Create a new category under the current tenant. - [Delete a category (and all its descendants)](https://docs.panderra.de/api-reference/categories/delete-a-category-and-all-its-descendants.md): Permanently delete a category. Child categories are deleted automatically via the database CASCADE rule. - [Get a single category by id](https://docs.panderra.de/api-reference/categories/get-a-single-category-by-id.md): Look up a category by its UUID, scoped to the current tenant. - [List categories of the current tenant](https://docs.panderra.de/api-reference/categories/list-categories-of-the-current-tenant.md): Return categories of the current tenant, optionally filtered by parent. - [Update an existing category](https://docs.panderra.de/api-reference/categories/update-an-existing-category.md): Update fields of an existing category. - [Create a new knowledge entry](https://docs.panderra.de/api-reference/knowledge-entries/create-a-new-knowledge-entry.md): Create a new knowledge entry under the current tenant. - [Create a personal knowledge entry (private note)](https://docs.panderra.de/api-reference/knowledge-entries/create-a-personal-knowledge-entry-private-note.md): Creates an entry with visibility='personal', owned by the authenticated user. Body fields `visibility` (if present) are ignored — the endpoint enforces personal semantics. Requires an authenticated user; anonymous API keys are rejected. - [Delete a knowledge entry](https://docs.panderra.de/api-reference/knowledge-entries/delete-a-knowledge-entry.md): Permanently delete a knowledge entry. - [Get a single knowledge entry by id](https://docs.panderra.de/api-reference/knowledge-entries/get-a-single-knowledge-entry-by-id.md): Look up a knowledge entry by its UUID, scoped to the current tenant. - [List knowledge entries of the current tenant](https://docs.panderra.de/api-reference/knowledge-entries/list-knowledge-entries-of-the-current-tenant.md): Return knowledge entries of the current tenant, optionally filtered. - [Semantic search over knowledge entries](https://docs.panderra.de/api-reference/knowledge-entries/semantic-search-over-knowledge-entries.md): Embeds the query with the same model used for the entries and returns the most similar knowledge entries within the current tenant. Filters can be combined with the semantic search. - [Update an existing knowledge entry](https://docs.panderra.de/api-reference/knowledge-entries/update-an-existing-knowledge-entry.md): Update fields of an existing knowledge entry. - [Oauth Authorization Server](https://docs.panderra.de/api-reference/oauth/oauth-authorization-server.md): Authorization Server Metadata (RFC 8414). - [Oauth Authorize Get](https://docs.panderra.de/api-reference/oauth/oauth-authorize-get.md): OAuth 2.1 authorize entry point. - [Oauth Authorize Post](https://docs.panderra.de/api-reference/oauth/oauth-authorize-post.md): Consent-allow submit. - [Oauth Protected Resource](https://docs.panderra.de/api-reference/oauth/oauth-protected-resource.md): Protected Resource Metadata (RFC 9728). - [Oauth Revoke](https://docs.panderra.de/api-reference/oauth/oauth-revoke.md): Revoke a refresh or access token (RFC 7009). - [Oauth Token](https://docs.panderra.de/api-reference/oauth/oauth-token.md): Issue / refresh an OAuth access-token pair. - [Register Client](https://docs.panderra.de/api-reference/oauth/register-client.md): Register a new OAuth client for this tenant (DCR). - [Batch import products](https://docs.panderra.de/api-reference/products/batch-import-products.md): Import up to 100 products in a single request. - [Create or upsert a product](https://docs.panderra.de/api-reference/products/create-or-upsert-a-product.md): Create a new product or update an existing one (upsert). - [Delete Product](https://docs.panderra.de/api-reference/products/delete-product.md): Delete a product. - [Get Product](https://docs.panderra.de/api-reference/products/get-product.md): Get a single product by ID. - [List Products](https://docs.panderra.de/api-reference/products/list-products.md): List products for the current tenant with optional filters. - [Log Click Event](https://docs.panderra.de/api-reference/search/log-click-event.md): Persist a click/pin/find-similar/ask-advisor event. - [Similar Search](https://docs.panderra.de/api-reference/search/similar-search.md): Find products similar to a set of anchor products. - [Suggest](https://docs.panderra.de/api-reference/search/suggest.md): Fast autocomplete suggestions for the search input. - [Unified Search](https://docs.panderra.de/api-reference/search/unified-search.md): Hybrid search across knowledge entries and/or products. - [Add Site Knowledge](https://docs.panderra.de/api-reference/sites/add-site-knowledge.md): Add knowledge entries to a site (without removing existing). - [Create Site](https://docs.panderra.de/api-reference/sites/create-site.md): Create a new site. - [Delete Site](https://docs.panderra.de/api-reference/sites/delete-site.md): Delete a site. - [Get Site](https://docs.panderra.de/api-reference/sites/get-site.md): Get a single site. - [List Site Knowledge](https://docs.panderra.de/api-reference/sites/list-site-knowledge.md): List knowledge entry IDs assigned to a site. - [List Sites](https://docs.panderra.de/api-reference/sites/list-sites.md): List all sites for the current tenant. - [Remove Site Knowledge](https://docs.panderra.de/api-reference/sites/remove-site-knowledge.md): Remove a single knowledge entry from a site. - [Set Site Knowledge](https://docs.panderra.de/api-reference/sites/set-site-knowledge.md): Set which knowledge entries are assigned to a site (replace all). - [Update Site](https://docs.panderra.de/api-reference/sites/update-site.md): Update a site. - [Willkommen](https://docs.panderra.de/introduction.md): KI-Wissensplattform fuer DACH-Mittelstand - [Claude Desktop verbinden in 5 Min](https://docs.panderra.de/tutorials/claude-desktop.md): Verbinde deinen Big-Panda-Tenant per OAuth mit Claude Desktop und beantworte interne Fragen direkt aus deinem Wissen. ## OpenAPI Specs - [openapi](https://docs.panderra.de/api-reference/openapi.json)