intentProjectActive

Returns

IntentProject
IntentProject
Collapse
  • id
    Unique (within a single organization), immutable name of the intent project.
  • Fancy, mutable name of the intent project to show in the UI.
  • description
    Free-form intent project description for the users, supports Markdown.
  • Arbitrary labels set by the user, used for policy autoattachment and filtering.
  • createdAt
    Unix timestamp representing the intent project creation.
  • updatedAt
    Unix timestamp of the last intent project update.
  • lastResourcesUpdatedAt
    Unix timestamp when any resource in this intent project was last modified.
  • createdBy
    Who created this intent project.
  • state
    Intent Project state
  • isActive
    Whether this project is the caller's most recently activated one (per-session). Distinct from `state`: `state` is a project-wide read-only mode shared by all callers, while `isActive` is a per-caller flag tracking which project the caller's MCP/UI commands are currently targeting. Always false for machine sessions.
  • lockedBy
    User that has locked this intent project.
  • isLocked
    True if intent project is locked
  • lockedUntil
    Lock expiration time unix timestamp.
  • runnerImage
    Optional Docker image used to run intent tasks for this project. Empty string means the system default intent worker image is used.