# Minmo > Build server-side Minmo Partner integrations with the public, typed @minmoto/sdk package. AI agents: start with the Build with Minmo landing page, then read only the Markdown pages relevant to the requested workflow. Prefer @minmoto/sdk 0.3.0 for Node.js and TypeScript services; use the live OpenAPI document only when your runtime needs the lower-level HTTP interface. Keep MINMO_PARTNER_ID and MINMO_API_KEY in trusted server-side secrets, do not invent methods or capabilities, and type-check the resulting integration. ## Documentation Sets - [Abridged documentation](https://docs.dev.minmo.to/llms-small.txt): a compact version of the documentation for Minmo, with non-essential content removed - [Complete documentation](https://docs.dev.minmo.to/llms-full.txt): the full documentation for Minmo ## Notes - The complete documentation includes all content from the official documentation - The content is automatically generated from the same source as the official documentation ## Optional - [Markdown page index](https://docs.dev.minmo.to/markdown/index.json): Machine-readable index of focused Markdown pages for selective retrieval. - [OpenAPI document](https://api.dev.minmo.to/api/v1/spec): Live environment-specific HTTP schema; use this only when the SDK is not the right runtime surface. - [Public SDK source](https://github.com/minmoto/sdk): Package source, declarations, issues, and release details.