Overview
AI-enhanced passes analyze your API operations and optimize the generated server for better AI agent interaction. These passes are optional and consume credits.Available passes
Parameter curation
Analyzes each operation’s parameters and identifies fields that AI agents shouldn’t set — such as server-generated timestamps, auto-incremented IDs, and internal tracking fields. These are removed from the tool’s parameter list, giving the AI agent a cleaner interface. Before: 23 parameters includingcreated_at, updated_at, internal_id, request_id
After: 15 user-controllable parameters
Description optimization
Rewrites parameter and tool descriptions to be LLM-friendly. Clear, concise descriptions help AI agents select the right tool and provide correct parameters.Schema optimization
Makes parameter schemas more token-efficient by simplifying complex nested structures while preserving semantic meaning. Reduces the token cost of tool definitions sent to the AI model.How to use
In the dashboard:- Upload your spec and generate the base server (free)
- In the Generation tab, enable the AI passes you want
- Configure which operations to optimize (all or selected)
- Click Generate — credits are consumed based on operation count