BetaNew accounts get 5,000 free credits on signup.Start free
A cloud AI agent

An AI agent with its own computer.

Its own disk, shell, network, and the tools it installs. Use it from the browser, a terminal, or hand it to your own agent over MCP.

No signup. 100 credits to try.

See pricing

In your terminal

MCPclaude mcp add --transport http plori https://api.plori.ai/mcp
CLInpm i -g @plori/cli
agent@plori

build a quarterly report in work/report.md

cat > work/report.md << 'EOF'

ls -la work/

-rw-r--r-- 492 report.md

kept on its own disk, opens here next time

A real run. Your agent keeps its disk, tools, and memory.

What you can do with it.

Hand your coding agent a real machine

Point Claude Code, Cursor, or any MCP client at plori. Your agent gets a persistent disk, a shell, and whatever tools it installs.

Start long work and walk away

Kick off a test suite or a migration. The agent runs on its own machine 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.

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 “its own computer” means.

Not a sandbox that resets. Each agent keeps a real machine, so its work builds up instead of starting over.

Persistent disk
Files it wrote last week are still there.
Real tools
A shell, Python, Node, git, and web search out of the box. 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 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.

Connect over MCP

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

mcp endpoint
{
  "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.

Try it now. No signup needed.

Your agent gets 100 credits and 128 MB of disk for 7 days. Add an email when you want to keep it.

No signup. 100 credits to try.

See pricing