Skip to main content

Endpoints

List Sessions

GET /pse/sessions
Returns all PSE sessions for the authenticated user.

Create Session

POST /pse/sessions
Create a new PSE session with input documents.

Get Session Status

GET /pse/sessions/{session_id}
Returns the current status and generated artifacts for a session.

Add Input

POST /pse/sessions/{session_id}/inputs
Add a document, transcript, or note to an existing session.

Generate Stage

POST /pse/sessions/{session_id}/generate
Trigger AI generation for the next pipeline stage (Scope → PRD → Epics → Stories → PRPs).

Manage Standards

GET/POST/PUT/DELETE /pse/standards
CRUD operations for organization-level spec standards.