This commit is contained in:
2026-02-10 11:57:42 +01:00
parent 7ba96f6a03
commit 4041a4ac4a
7 changed files with 86 additions and 7 deletions

17
docs/public-api/index.md Normal file
View File

@@ -0,0 +1,17 @@
# Public API Docs
This section is reserved for externally consumable API documentation.
## Current Status
No stable public API surface is documented yet.
## Planned Approach
- Add API docs when real endpoints are implemented and versioned
- Use OpenAPI as source of truth for endpoint reference
- Keep integration guides and authentication examples here
## Notes
Internal endpoints should not be treated as public API until explicitly documented in this section.