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.
No signup. 100 credits to try.
In your terminal
MCP
claude mcp add --transport http plori https://api.plori.ai/mcpCLI
npm i -g @plori/cliagent@plori
A real run. Your agent keeps its disk, tools, and memory.
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.
- 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
- 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 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.