# Pryv API Platform > Pryv is a private AI API platform for wallet-managed API keys, credit billing, OpenAI-compatible chat completions, PII preview controls, and remote MCP access. ## Primary Docs - [Full AI context](https://platform.pryv.ai/llms-full.txt): Complete plain-text context for AI agents and documentation ingestion. - [Platform docs](https://platform.pryv.ai/docs): Authenticated dashboard docs for API keys, credits, usage, billing, and implementation notes. - [MCP guide](https://platform.pryv.ai/docs/mcp): Remote Streamable HTTP MCP setup for Codex and compatible clients. - [MPP guide](https://platform.pryv.ai/docs/mpp): Machine-payment preview, key purchase, and Tempo streaming chat flows. ## API Surfaces - [Chat completions](https://api.pryv.ai/v1/chat/completions): OpenAI-compatible chat endpoint with optional SSE streaming. - [Models](https://api.pryv.ai/v1/models): Model catalog for active API keys. - [PII preview](https://api.pryv.ai/v1/pii/preview): Paid privacy preview endpoint for text, image, and PDF redaction controls. - [MCP server](https://mcp.pryv.ai/mcp): OAuth-backed remote MCP server. ## Agent Notes - Use Bearer Pryv API keys only for /v1/* public API routes. - Use wallet-signed management requests for API key, balance, ledger, and checkout operations. - Prefer https://platform.pryv.ai/llms-full.txt when building retrieval, coding, or support agents for Pryv. - Last updated: 2026-05-03.