AI agent hosting

Host your AI agent on its own computer.

plori is a managed hosting platform for AI agents. Each agent gets an isolated machine with a persistent disk and real tools, works for you in chat or over MCP, and scales to zero when idle so a hosted agent costs nothing while it sleeps.

Opens your agent straight away, no signup needed.

What hosting an agent gets you.

§01

A real machine, managed

No servers to run. Every agent boots on its own isolated computer with a shell, code and research tools, and whatever it installs for the job.

State that survives

A persistent disk and memory carry across conversations. Close the tab tonight, continue tomorrow.

Scale-to-zero billing

An idle agent stops drawing compute entirely. Disk within your plan is free, so hosting a sleeping agent costs nothing.

Works unattended

Scheduled runs and background tasks let the agent work while you are away and report back into the conversation.

Human-in-the-loop built in

When the agent needs an approval or a secret, the run parks and waits for you, in the dashboard or over MCP, then resumes.

One API surface

Everything is drivable over MCP with a single key: create agents, invoke them, read results, schedule work.

How it works.

§02
  1. 01Open plori.ai/agent (or call create_agent over MCP). The agent boots on its own computer with a fresh disk.
  2. 02Give it work in plain language. It runs in its own shell, saves output to its disk, and remembers what matters.
  3. 03Leave. The agent finishes background work, runs anything you scheduled, and goes to sleep when idle.
  4. 04Come back to the same agent: same files, same memory, zero cost in between within your plan's disk.

Questions, answered.

§03

What is AI agent hosting?

AI agent hosting is running an AI agent as a durable, always-available service instead of a process on your laptop. On plori, hosting an agent means it gets its own isolated computer with a persistent disk, real CLI tools, and memory that survives between conversations. You talk to it from the web or drive it programmatically over MCP; plori runs the infrastructure.

How much does it cost to host an AI agent?

plori bills usage from one pool of credits: an agent draws credits while it works and nothing while it sleeps, since idle agents scale to zero and disk within your plan is free. The Free plan is $0 with 500 credits per month and 1 GB of disk; Pro is $20 per month with 2,000 credits and 20 GB. A typical task costs tens of credits.

Can I try it without signing up?

Yes. plori.ai/agent opens a working trial agent with 100 credits and its own disk, no email or card. Signing up later keeps the agent, its conversations, and its files.

How are hosted agents isolated from each other?

Every agent runs on its own isolated machine with its own disk. Nothing is shared between agents of different accounts, and even your own agents keep separate private disks carved from one account pool.

Can my own app or agent drive a hosted agent?

Yes. plori exposes its control plane as an MCP server at api.plori.ai/mcp. Any MCP client, including Claude, ChatGPT, an IDE, or your own code, can create agents, send them work, read replies, answer approval requests, and schedule runs, scoped to your account by one API key.

Which models do hosted agents use?

Each agent has a model you can switch anytime. The Free plan runs cost-efficient models; paid plans add every frontier model. You can also bring your own provider key (OpenRouter, OpenAI, DeepSeek, Groq, xAI, or Together) so model usage bills your provider directly and stops drawing credits.