1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AgentSlashCommand

AgentSlashCommand

    An agent slash command.

    Properties

    • name string required
      The slash command name (e.g. ‘/fix’, ‘/explain’). Used to invoke the command.
    • prompt string required
      The system prompt text sent to the AI when this command is invoked.
    • description string required
      Human-readable description shown to users in the command palette.
    • builtIn boolean required
      Whether this is a built-in system command (true) or user-created (false).
    • modifiedAt string required
      When the command was last modified, in ISO 8601 format.
    • tag string required
      Version tag for optimistic concurrency control.