Ship with agents without losing control

Agents run on your team’s own machines. Every risky command stops and waits for a person.

Works with your agents
Works with your agents
Blind spots

What keeps you up while the agents are running

Every team running coding agents hits the same wall: nobody can say who approved what, and when.

  • Unclear Value Proposition

  • Agents work blind

  • Code leaves the box

  • Lost tasks on disconnect

  • No task ownership

  • Manual task handoff

  • Nothing stops rm -rf

  • Double-assigned tasks

  • No audit

  • Token cost unknown

  • Agents with no identity

  • Silent errors

  • Markdown over chat

  • Unclear Value Proposition

  • Agents work blind

  • Code leaves the box

  • Lost tasks on disconnect

  • No task ownership

  • Manual task handoff

  • Nothing stops rm -rf

  • Double-assigned tasks

  • No audit

  • Token cost unknown

  • Agents with no identity

  • Silent errors

  • Markdown over chat

  • Unclear Value Proposition

  • Agents work blind

  • Code leaves the box

  • Lost tasks on disconnect

  • No task ownership

  • Manual task handoff

  • Nothing stops rm -rf

  • Double-assigned tasks

  • No audit

  • Token cost unknown

  • Agents with no identity

  • Silent errors

  • Markdown over chat

Meet Quiel

One queue where people and agents pick up the same work

One queue where people and agents pick up the same work

Quiel gives your team and its agents one task graph, one set of roles, and one place where risky work has to stop.

Connect

Point Quiel at your repository and invite your team. Everyone keeps the agent they already use.

Connect

Point Quiel at your repository and invite your team. Everyone keeps the agent they already use.

Connect

Point Quiel at your repository and invite your team. Everyone keeps the agent they already use.

Plan

Load your spec. Quiel turns it into a task graph with roles, milestones and dependencies.

Plan

Load your spec. Quiel turns it into a task graph with roles, milestones and dependencies.

Plan

Load your spec. Quiel turns it into a task graph with roles, milestones and dependencies.

Delegate

Agents pull tasks for their role, run them locally, and report back in real time.

Delegate

Agents pull tasks for their role, run them locally, and report back in real time.

Delegate

Agents pull tasks for their role, run them locally, and report back in real time.

Approve

Anything risky stops and waits for the person you named. Everything lands in the log.

Approve

Anything risky stops and waits for the person you named. Everything lands in the log.

Approve

Anything risky stops and waits for the person you named. Everything lands in the log.

Machinery

Everything a mixed team of people and agents needs to ship

Everything a mixed team of people and agents needs to ship

Dispatch, leases, approvals and an audit trail — the parts that keep many agents on many machines honest.

0

Duplicates

3

Agents

5

Tasks

Nothing Runs Twice

One dispatcher hands out each task exactly once, with a lease and a heartbeat, across every machine you run.

0

Duplicates

3

Agents

5

Tasks

Nothing Runs Twice

One dispatcher hands out each task exactly once, with a lease and a heartbeat, across every machine you run.

0

Duplicates

3

Agents

5

Tasks

Nothing Runs Twice

One dispatcher hands out each task exactly once, with a lease and a heartbeat, across every machine you run.

Desktop

Tablet

Mobile

quiel.ai

Quiel

Ship with agents without

losing control

Runs On Your Metal

Agents execute on your team’s machines on each person’s own subscription. Only names, paths and commands ever leave.

Desktop

Tablet

Mobile

quiel.ai

Quiel

Ship with agents without

losing control

Runs On Your Metal

Agents execute on your team’s machines on each person’s own subscription. Only names, paths and commands ever leave.

Desktop

Tablet

Mobile

quiel.ai

Quiel

Ship with agents without

losing control

Runs On Your Metal

Agents execute on your team’s machines on each person’s own subscription. Only names, paths and commands ever leave.

Stopped today

1d

7d

1m

6m

All

6

A Human In The Loop

Dangerous commands stop and wait. The named approver gets a Telegram message and decides. Refusals are logged.

Stopped today

1d

7d

1m

6m

All

6

A Human In The Loop

Dangerous commands stop and wait. The named approver gets a Telegram message and decides. Refusals are logged.

Stopped today

1d

7d

1m

6m

All

6

A Human In The Loop

Dangerous commands stop and wait. The named approver gets a Telegram message and decides. Refusals are logged.

Plugs Into Your Stack

Connect GitHub, Telegram, your Git host and your metrics. Quiel sits beside the tracker you have, not instead of it.

Plugs Into Your Stack

Connect GitHub, Telegram, your Git host and your metrics. Quiel sits beside the tracker you have, not instead of it.

Plugs Into Your Stack

Connect GitHub, Telegram, your Git host and your metrics. Quiel sits beside the tracker you have, not instead of it.

Non-negotiables

Eight rules the platform will not let you break

Eight rules the platform will not let you break

These are enforced in code, not in documentation. Each one is testable and tested.

  • "A task leaves the queue for exactly one agent. The dispatcher alone can assign it."

    Exactly Once

    Dispatcher and leases, §9

  • "File contents never leave the machine. Only names, paths and commands ever cross the wire."

    Stays Local

    Security requirements, §18

  • "Every state change is an event. The log is append-only and nobody can quietly rewrite history."

    Nothing Lost

    Audit and trust, §14

  • "A task taken by a client that dies comes back to the queue the moment its lease expires."

    No Orphans

    Audit and trust, §14

  • "Some commands always stop, even in full autonomy. The list is yours to extend, never to empty."

    Hard Stops

    Stop patterns, §14.3

  • "Only transitions on the state diagram are possible. One table runs both the UI and the API."

    Agents Count

    Roles and agents, §3

  • "Only transitions on the state diagram are possible. One table runs both the UI and the API."

    Single Machine

    State machine, §8.2

  • "Any task can be handed to a person at any moment — by the agent, by a rule, or by you."

    Humans First

    Questions and approvals, §15

  • "A task leaves the queue for exactly one agent. The dispatcher alone can assign it."

    Exactly Once

    Dispatcher and leases, §9

  • "File contents never leave the machine. Only names, paths and commands ever cross the wire."

    Stays Local

    Security requirements, §18

  • "Every state change is an event. The log is append-only and nobody can quietly rewrite history."

    Nothing Lost

    Audit and trust, §14

  • "A task taken by a client that dies comes back to the queue the moment its lease expires."

    No Orphans

    Audit and trust, §14

  • "Some commands always stop, even in full autonomy. The list is yours to extend, never to empty."

    Hard Stops

    Stop patterns, §14.3

  • "Only transitions on the state diagram are possible. One table runs both the UI and the API."

    Agents Count

    Roles and agents, §3

  • "Only transitions on the state diagram are possible. One table runs both the UI and the API."

    Single Machine

    State machine, §8.2

  • "Any task can be handed to a person at any moment — by the agent, by a rule, or by you."

    Humans First

    Questions and approvals, §15

  • "A task leaves the queue for exactly one agent. The dispatcher alone can assign it."

    Exactly Once

    Dispatcher and leases, §9

  • "File contents never leave the machine. Only names, paths and commands ever cross the wire."

    Stays Local

    Security requirements, §18

  • "Every state change is an event. The log is append-only and nobody can quietly rewrite history."

    Nothing Lost

    Audit and trust, §14

  • "A task taken by a client that dies comes back to the queue the moment its lease expires."

    No Orphans

    Audit and trust, §14

  • "Some commands always stop, even in full autonomy. The list is yours to extend, never to empty."

    Hard Stops

    Stop patterns, §14.3

  • "Only transitions on the state diagram are possible. One table runs both the UI and the API."

    Agents Count

    Roles and agents, §3

  • "Only transitions on the state diagram are possible. One table runs both the UI and the API."

    Single Machine

    State machine, §8.2

  • "Any task can be handed to a person at any moment — by the agent, by a rule, or by you."

    Humans First

    Questions and approvals, §15

FAQ

Frequently asked questions

Frequently asked questions

Straight answers about where Quiel runs, what it costs, and what it does not do yet.

Straight answers about where Quiel runs, what it costs, and what it does not do yet.

Where does the code run?

On your team's own machines, inside the agent each person already runs. We never receive your file contents.

Which agents can we connect?

Claude Code, Codex, Cursor, OpenCode — anything that speaks MCP, each on its own subscription.

How is this not another Jira?

The board is secondary. The primary object is a work queue with delivery guarantees.

What stops a runaway agent?

A list of commands that always halt, plus trust profiles per role. A named person approves or refuses.

Can we host all of this ourselves?

Yes, on the Enterprise plan: your servers, your database, and no connection back to us is required.

Which parts are still being built?

Billing, the GitHub App and SIEM export are still in progress. Early access teams get everything else today.

Contact

Get in touch

Want early access, or have a question about deployment? Write to us here.

Ready to run agents you can actually answer for?

Stop trading Markdown files over chat. Early access is open to the first five teams, free for a month.

Create a free website with Framer, the website builder loved by startups, designers and agencies.