# Anpord > Prompt management for AI products ## Docs - [Introduction](https://docs.anpord.com/quickstart.md): Prompt management for AI products. Change a prompt without shipping a release. - [Versions and channels](https://docs.anpord.com/concepts.md): How a prompt id turns into the content your caller receives - [Resolving prompts](https://docs.anpord.com/guides/resolving-prompts.md): Reading the right version at runtime - [Publishing changes](https://docs.anpord.com/guides/publishing.md): Adding versions and putting one live - [CLI](https://docs.anpord.com/tools/cli.md): Read and publish prompts from your terminal - [MCP server](https://docs.anpord.com/tools/mcp.md): Give an assistant access to your prompts - [Introduction](https://docs.anpord.com/api-reference/introduction.md): How the API is shaped - [Resolve a prompt](https://docs.anpord.com/api-reference/prompts/resolve-a-prompt.md): Returns the content a caller should send to a model. With no selector this is the production version. - [List prompts](https://docs.anpord.com/api-reference/prompts/list-prompts.md): Every prompt in the organization, without content. - [Create a prompt](https://docs.anpord.com/api-reference/prompts/create-a-prompt.md): Creates the prompt and its first version in one call. - [Add a version](https://docs.anpord.com/api-reference/prompts/add-a-version.md): Content is versioned, so updating a prompt appends a version rather than overwriting one. Earlier versions stay readable. - [Promote a version to a channel](https://docs.anpord.com/api-reference/prompts/promote-a-version-to-a-channel.md): Points a channel, such as production, at a version. This is how a version goes live without callers changing anything. - [Archive a prompt](https://docs.anpord.com/api-reference/prompts/archive-a-prompt.md): Hides the prompt from listings. Pinned versions keep resolving. ## OpenAPI Specs - [openapi](https://docs.anpord.com/openapi.json)