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, and the tools it installs. Use it yourself, or let your own agent drive it.

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.

No signup. 100 credits to try.

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, and it installs whatever else a task needs.
Long-term memory
It learns your project and remembers it the next time you open it.
Standing workflows
Describe a routine once and it 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
Its own machine and its own disk, walled off from every other agent.

Drive plori from any MCP client.

plori speaks the Model Context Protocol. Point Claude, ChatGPT, your IDE, or any agent framework at one endpoint and it can create and drive agents and workflows, scoped to your account by a single API key.

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.