Skip to main content

Documentation Index

Fetch the complete documentation index at: https://superwire.dev/llms.txt

Use this file to discover all available pages before exploring further.

Use // for regular comments.
// Runtime credentials come from the executor request.
secrets {
    api_key: string
}
Use /// for documentation comments on schema fields.
schema release_note {
    /// Short title shown to the user
    title: string

    /// Severity bucket
    impact: enum { low, medium, high }
}
Block comments are not supported.