create-endpoint - Create REST API Endpoints with Tests and Docs
Step-by-step workflow for creating REST API endpoints with integration tests and OpenAPI documentation
Tags
Updated: 2026-03-25Capabilities
Typical Inputs
Typical Outputs
What this skill does
- write integration tests
- implement API endpoints
- create OpenAPI docs
- register routes
- apply middleware
- handle errors
Inputs
- test data generator
- JWT tokens
- user data
- UUID parameters
- request body
Outputs
- route definitions
- controller handler
- integration tests
- OpenAPI spec file
- API endpoint
Requirements
- Express.js application
- TypeScript
- Mocha
- Chai
- PostgreSQL database
