What problem does it solve?
Ax Signature Reference helps you define typed LLM inputs and outputs correctly, so you can avoid malformed signatures, unclear field names, and validation mismatches when building structured generation workflows.
Core Features & Use Cases
- Signature syntax for describing inputs, outputs, optional fields, internal outputs, arrays, and typed media fields.
- Four creation styles: string-based signatures, fluent builder fields, Standard Schema validation, and hybrid composition.
- Validation guidance for strings, numbers, dates, classes, caching hints, and output-only scratchpad fields.
- Use it when designing type-safe extraction, classification, structured response generation, tool argument schemas, or multimodal agent workflows in TypeScript.
Quick Start
Use the ax-signature skill to draft a valid typed signature for your task and choose the best field types, validation rules, and builder style for your inputs and outputs.