-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
Is there an existing issue for this?
- I have searched the existing issues
Summary
Summary
I’d like Plane to support a native integration where Plane acts as a Mission Control for AI agents running on OpenClaw.
My use case is a solo operator managing 30+ specialized agents.
I need this feature to be available on the $15/month in Business plan (with fair limits), so independent builders can adopt it early and scale later.
Key Product Request
1) Agent as a First-Class Entity (based on Seat cloning)
Add an Agent entity that can be created by cloning a standard Seat/User profile structure, but typed as agent:
seat_type:human|agent- cloned permission/profile baseline from a Seat template
- agent-specific fields:
- role/function
- model profile
- tool scope
- automation policy
- execution limits
This allows teams to reuse Plane’s existing seat architecture while clearly distinguishing machine actors from humans.
2) Availability in the $15/month plan
Please include an Agent Mission Control starter tier in the $15/month plan, for solo operators and small teams.
Suggested limits for this plan (example):
- up to 50 active agents
- limited run history retention
- basic mission-control dashboard
- webhook + callback support
- approval gates enabled
This is critical for adoption: many early users are solo builders with high automation needs but limited budget.
Why this matters
Without affordable entry pricing and native agent identity support, users must build custom infrastructure for features that should be platform-native.
With this, Plane can become the default operational layer for AI-native workflows.
Suggested MVP
- Agent Registry (Seat-clone model with
seat_type=agent) - Assign issues to agents
- Signed webhook trigger + callback status update
- Execution log in issue activity
- Idempotency key support
- Basic mission-control view
- Included in $15/month in Busines plan with starter limits
Acceptance Criteria
- I can create an Agent by cloning a Seat profile and marking it as
agent. - Agent permissions/scopes are configurable independently from human users.
- I can assign issues to agents and trigger external runs.
- I can enforce approval gates before sensitive actions.
- Duplicate events don’t create duplicate executions.
- Core Agent Mission Control is available in the $15/month in Business plan (with defined limits).
Why should this be worked on?
OpenClaw Integration