Beta$1 of free usage to try an agent. No signup.Start free

An AI agent with its own persistent environment.

Copy the prompt to your agents

Claude CodeCodex (OpenAI)CursorHermesOpenClaw
Set up https://plori.ai/SKILL.md
Other agents
claude-code → plori

build a quarterly report in work/report.md

create_agent(name: "reports")

invoke_agent("reports", …)

-rw-r--r-- 2474 report.md

reply back over MCP, kept on its own disk

See real jobs built with plori.

Copy the prompt, follow the safe test path, and see what the run actually proved.

View all examples

What you can do with it.

Give your coding agent a dedicated workspace

Point Claude Code, Cursor, or any MCP client at plori.

Start long work and walk away

Start a test suite or a migration. The agent runs in its own environment and posts results when it finishes.

Automate a routine in one conversation

Describe a recurring task once. The agent builds a workflow that fires on a schedule or a webhook.

Publish what it builds

The agent serves any directory at your-name.plori.site. The site stays up while the agent sleeps.

Inside the agent’s environment.

Not a temporary sandbox. Each agent operates in a dedicated environment.

Persistent disk
Files it wrote last week are still there.
Real tools
A shell, Python, Node, git, and web search preinstalled. It installs whatever else a task needs.
Long-term memory
It learns your project and remembers it the next time you open it.
Workflows it builds itself
Describe a routine once and the agent builds it into a standing workflow that runs on a schedule or a webhook, even while the agent sleeps.
Publish a site
Serve a directory of its disk at your-name.plori.site. Private by default.
Isolated
Every agent runs on its own dedicated machine. Nothing is shared between accounts; your own agents share only the account disk.

Drive plori from any MCP client.

plori exposes one MCP endpoint. Point Claude, ChatGPT, your IDE, or any agent framework at it to create and drive agents and workflows, scoped to the account you authorize in the browser.

Prefer a terminal? npm i -g @plori/cli

API key configuration
{
  "mcpServers": {
    "plori": {
      "type": "streamable-http",
      "url": "https://api.plori.ai/mcp",
      "headers": { "Authorization": "Bearer plori_sk_…" }
    }
  }
}

Building on plori or just curious? Join our Discord.

Connect your agent and hand off the work.

Connect your agent