| name | api-design |
| description | Describe your API needs in plain English — get OpenAPI 3.0 spec, then optionally generate implementation |
| category | developer-tools |
| triggers | ["design api","create openapi spec","design endpoints"] |
Design REST APIs from requirements, generate OpenAPI 3.0 spec.
How to use
Describe your API: "CRUD for transactions with filtering, pagination, and auth"
Generates: OpenAPI 3.0 YAML with schemas, endpoints, error responses, pagination.
Optionally generates the implementation using the appropriate forge agent.
For full instructions, read agents/api-design.md.