# Artifacta ## Docs - [Introduction](https://docs.artifacta.io/introduction.md): Artifacta is the artifact store purpose-built for AI agents. - [Quickstart](https://docs.artifacta.io/quickstart.md): Push, list, and pull your first artifact in 60 seconds. - [Installation](https://docs.artifacta.io/installation.md): Install the Artifacta CLI and Python SDK. - [Authentication](https://docs.artifacta.io/authentication.md): Authenticate the CLI, SDK, and API with your API key. - [Core Concepts](https://docs.artifacta.io/concepts.md): The mental model behind Artifacta: tenants, artifacts, sessions, and metadata. - [Artifact Pages](https://docs.artifacta.io/artifact-pages.md): Publish artifacts as shareable public web pages — rendered in the browser, no account required. - [Store session transcripts](https://docs.artifacta.io/guides/transcripts.md): Store, filter, and automatically capture session transcripts with Artifacta. - [Error Reference](https://docs.artifacta.io/errors.md): Every error code the Artifacta API returns, with recommended agent actions. - [CLI Overview](https://docs.artifacta.io/cli/overview.md): Global behavior, environment variables, and output conventions for the Artifacta CLI. - [API Overview](https://docs.artifacta.io/api/overview.md): Base URL, authentication, pagination, rate limiting, and API guarantees. - [Publish Artifact](https://docs.artifacta.io/api/publish-artifact.md): Publish an artifact as a public shareable page. - [Unpublish Artifact](https://docs.artifacta.io/api/unpublish-artifact.md): Take down an artifact's public page without deleting the artifact. - [Get Gate Info](https://docs.artifacta.io/api/gate-info.md): Check whether a public page is password-protected before rendering it. - [Unlock Page](https://docs.artifacta.io/api/unlock-page.md): Verify a page passcode and receive a short-lived content token. - [Report Page](https://docs.artifacta.io/api/report-page.md): Submit an abuse report for a public artifact page. - [Python SDK Overview](https://docs.artifacta.io/sdk/overview.md): Install, initialize, and use the Artifacta Python client. - [MCP Server](https://docs.artifacta.io/mcp/overview.md): Use Artifacta from Claude Code, Codex, Cursor, Windsurf, Claude Desktop, and any MCP-compatible client. - [Connect Claude Code (Hosted)](https://docs.artifacta.io/mcp/install/claude-code-hosted.md): Connect Claude Code to Artifacta over the hosted MCP endpoint with OAuth — one command, a browser login, no package install and no API key to copy. - [Install as a Claude Code Plugin](https://docs.artifacta.io/mcp/install/claude-code-plugin.md): Install Artifacta as a Claude Code plugin — the hosted MCP connection plus the persisting-outputs and capture-transcript skills, wired up with two commands. - [Install as a Codex Plugin](https://docs.artifacta.io/mcp/install/codex-plugin.md): Install Artifacta in Codex with hosted OAuth MCP, persistent-output skills, and verified transcript capture. - [Install in Claude Desktop](https://docs.artifacta.io/mcp/install/claude-desktop.md): Copy one JSON block into claude_desktop_config.json and store artifacts from a Claude Desktop conversation. - [Install in Claude Code](https://docs.artifacta.io/mcp/install/claude-code.md): Wire the Artifacta MCP server into Claude Code with a committed .mcp.json or a vendored .mcp/servers/artifacta config. - [Install in Cursor](https://docs.artifacta.io/mcp/install/cursor.md): Paste one MCP block into Cursor's mcp.json and use Artifacta tools from the inline AI chat. - [Use Artifacta with CrewAI](https://docs.artifacta.io/mcp/integrations/crewai.md): Register the Artifacta MCP server as a CrewAI tool source so agents in a crew can persist and hand off artifacts. - [Troubleshooting](https://docs.artifacta.io/mcp/troubleshooting.md): Fix the common Artifacta MCP install failures: unauthorized errors, npx/PATH issues, server disconnected, and an empty tool list. ## OpenAPI Specs - [openapi](https://docs.artifacta.io/api-reference/openapi.json) ## Optional - [Website](https://artifacta.io) - [GitHub](https://github.com/artifacta) - [Status](https://status.artifacta.io)