> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runlayer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Artifacts

> Create, find, and share reports, interactive pages, and files in Runlayer.

Artifacts are files published to Runlayer with a stable link. Use them for a report
your team can revisit, an interactive prototype, a presentation, or a dataset
someone needs to download. Published files remain available after the conversation
or agent run ends.

Open **Artifacts** in the Runlayer sidebar to find files you've created and files
shared with you. You can create artifacts with a [Runlayer Agent](/platform-agents)
or from a connected assistant through [Runlayer MCP](/runlayer-mcp).

<Note>
  Artifact links require sign-in to your Runlayer organization and permission to
  view the artifact. Sharing a link does not make the file public on the internet.
</Note>

## Create your first artifact

Ask a Runlayer Agent:

> Create a one-page HTML report summarizing this week's project updates. Include
> progress, risks, and next steps, then publish it as an artifact and give me the link.

Open the returned link to review the result. Select **Share** to check who can
access it and copy its link. For revisions, ask the agent to update the existing
artifact so the link stays the same.

## What can I publish?

| Artifact              | Example                                      | How people use it                                   |
| --------------------- | -------------------------------------------- | --------------------------------------------------- |
| Reports and documents | Project brief, research summary, PDF         | Read in the viewer or download                      |
| Interactive HTML      | Dashboard, calculator, prototype, slide deck | Open and interact in the browser                    |
| Images                | Chart, diagram, illustration                 | Preview and download                                |
| Data and files        | CSV, JSON, spreadsheet, presentation file    | Preview where supported or download for another app |

An artifact contains one published file, up to **10 MB**. For interactive HTML,
ask for a self-contained file with its styles and scripts included. Publishing an
HTML file does not also publish neighboring files or a directory of linked pages.

## Guides

<CardGroup cols={2}>
  <Card title="Create and update" icon="file-plus" href="/artifacts/create">
    Publish with Agents or Runlayer MCP and revise a file without changing its link.
  </Card>

  <Card title="Share and control access" icon="users" href="/artifacts/sharing">
    Share with colleagues and understand access inherited from an agent.
  </Card>

  <Card title="Find and manage" icon="folder-open" href="/artifacts/manage">
    Browse the library, download files, restore versions, and delete artifacts.
  </Card>
</CardGroup>
