Show navigationHide navigation
API routes reference
App Router route handlers under src/app/api/.
| Path | Source | Notes |
|---|---|---|
/api/octocms/agent | src/app/api/octocms/agent/route.ts | Chat agent SSE endpoint (POST stream, GET health). |
/api/octocms/auth/[action] | src/app/api/octocms/auth/[action]/route.ts | GitHub OAuth login, callback, session, and logout (@octokit/oauth-app). |
/api/octocms/search | src/app/api/octocms/search/route.ts | Full-text search across public collections (GET ?q=<query>&limit=20). |