# Polimake > Polimake is a self-indexing audiovisual library with an AI layer on top. AI generates the keywords when you upload — the literal content, but also the concept, the tone and the context — so you find material by asking in natural language, down to the exact frame inside a video. On top of that library runs an AI layer that edits and produces using your own files, connectable today from ChatGPT and Claude over MCP. The site is primarily in Spanish (es-ES) at the root; English lives under the `/en-us` prefix. ## Start here - [Polimake home](https://polimake.com): Product overview and main entry point. - [Product docs](https://polimake.com/docs): Guides and references for using Polimake. - [Pricing](https://polimake.com/precios): Plans and pricing. ## The three layers - [Media, the library](https://polimake.com/media): Upload, find and share — natural-language search, automatic tagging, versions and permissions over all your material. - [Studio, the editing layer](https://polimake.com/studio): Editable templates with your brand applied, every format from one master, and review and approval on the piece itself. - [Desktop, the local app](https://polimake.com/desktop): Mac and Windows app — Whisper free and local, open-source editors, MCP connection and sync with the library. ## Solutions - [File management (DAM)](https://polimake.com/solution/gestion-de-archivos): Digital asset management with semantic search and AI-generated metadata. - [Creative operations](https://polimake.com/solution/operaciones-creativas): The three layers on one surface — Media organizes the archive, Studio produces the pieces, Desktop works locally. The asset is the through-line. - [Project management](https://polimake.com/solution/gestion-de-proyectos): Projects, campaigns and creative tasks organized by client or brand. - [Brand management](https://polimake.com/solution/brand-management): Brand kits, visual consistency and centralized brand assets. - [Workflows](https://polimake.com/solution/flujos-de-trabajo): Configurable review and approval flows for creative teams. - [Planning and publishing](https://polimake.com/solution/planificacion-y-subida): Editorial calendar with the pieces inside, campaign prep and scheduled publishing. ## API documentation The public API is in preview/beta. Examples describe the intended integration contract and may change before general availability. - [API overview](https://polimake.com/docs/developers/01-overview): Introduction to the Polimake API. - [Authentication](https://polimake.com/docs/developers/02-authentication): API keys and authentication. - [Media objects](https://polimake.com/docs/developers/03-media-objects): Data model for media assets. - [Search API](https://polimake.com/docs/developers/04-search-api): Natural-language semantic search. - [Webhooks](https://polimake.com/docs/developers/05-webhooks): Event notifications for uploads, analysis and workflow changes. ## Content and resources - [Blog](https://polimake.com/blog): Editorial articles on product, strategy and working with an audiovisual archive. - [Knowledge base](https://polimake.com/kb): Short concepts and explanations on marketing, content and creative operations. - [Creative operations guide](https://polimake.com/operaciones-creativas): Cornerstone guide — approvals, calendar, brand, creative KPIs. - [Tools](https://polimake.com/tools): Calculators and mini-apps for creative operations (ROI, costs, capacity). - [Templates](https://polimake.com/templates): Prebuilt workflows and templates. - [Learn](https://polimake.com/learn): Learning resources on creative operations. - [Case studies](https://polimake.com/case): Real-world uses of Polimake in teams and agencies. - [Comparisons](https://polimake.com/comparativas): Polimake against other tools (Asana, Monday, Notion, Frame.io, Dropbox, Google Drive). - [Creators](https://polimake.com/creators): Public creator profiles, addressed as `/@handle`. ## Machine-readable resources - [Sitemap](https://polimake.com/sitemap.xml): Full index of crawlable pages. - [OpenAPI spec](https://polimake.com/openapi.json): API contract (preview/beta). - [AI catalog](https://polimake.com/.well-known/ai-catalog.json): AIR catalog of machine-readable resources. - [API catalog](https://polimake.com/.well-known/api-catalog): RFC 9727 linkset for the API — spec, docs and auth guide. - [Agent skills](https://polimake.com/.well-known/agent-skills/index.json): Agent Skills discovery index for searching and citing this site. - [Agent authentication](https://polimake.com/auth.md): How agents authenticate, and what needs no credentials. - [MCP server card](https://polimake.com/.well-known/mcp/server-card.json): Connection metadata for the Polimake MCP server. - [Web app manifest](https://polimake.com/manifest.json): Web app manifest. ## Core concepts - Project: workspace for a client, brand, campaign or internal team. - Media object: image, video, document, audio file, presentation or creative asset. - Semantic search: natural-language search over filenames, AI metadata, visual content and project context — down to the frame inside a video. - AI analysis: tags, descriptions, detected objects, suggested uses and review metadata. - Collection: a curated, shareable set of media objects, published at `/collection/`. - Webhook: event notification for uploads, analysis, updates, workflow changes and approvals. ## For AI agents (WebMCP) Polimake exposes on-page tools via the WebMCP API (`navigator.modelContext`) so browsing agents can act without scraping the DOM. Available tools: - `polimake_overview`: what Polimake is, its products and key links. - `polimake_list_destinations`: the site map (pages and resources with URLs). - `polimake_search`: keyword search over the site's pages and resources. - `polimake_navigate`: navigate to a known page by id. ## Connect an assistant over MCP Assistants (Claude, ChatGPT) connect to a user's own Polimake library over MCP. Use the root URL exactly — do not append `/mcp` or `/sse`, they return 404: https://mcp.polimake.com Streamable HTTP transport, OAuth 2.1 with Dynamic Client Registration and PKCE. An unauthenticated request answers 401 with a `WWW-Authenticate: Bearer` challenge pointing at `https://mcp.polimake.com/.well-known/oauth-protected-resource`. Once connected an assistant can list the projects the authorizing user can reach, search within a project, and fetch a file's details including its preview and original download link. - [Setup guide](https://polimake.com/docs/integrations/conectar-chatgpt-claude): Step by step for Claude and ChatGPT. ## Optional - [Terms of service](https://polimake.com/terminos-de-servicio): Legal terms of service. - [Privacy policy](https://polimake.com/politica-de-privacidad): Privacy policy. - [Legal notice](https://polimake.com/aviso-legal): Legal notice. ## Contact Request API access from the [developer docs](https://polimake.com/docs/developers/01-overview) while the API is in private preview.