---
name: add-fastapi-endpoint
description: Scaffold a FastAPI router module.
origin: EOC
---

# Add Fastapi Endpoint

This executable skill scaffolds a starter artifact for common development work.

## When to Use

- add fastapi endpoint
- new fastapi route

## Runtime Coverage

- python

## Verify Afterwards

- `pytest -q`

## Task Bundle Outputs

- router module
- service stub
- app wiring helper
- pytest endpoint test
- API note
