Plane docs
ApiSchemas

DerivedAgentSlug

One shape from the contract, as it appears on the wire.

Used by agents.get, agents.getBySlug, agents.list

Referenced from Agent

JSON Schema

{
  "type": "string",
  "pattern": "^[a-z0-9][a-z0-9_-]*__[a-z0-9][a-z0-9-]{1,62}$"
}

On this page