scope
Start Scope
Start scoping for a project without creating it.
This endpoint:
- Streams an initial agent message
- Runs the scope_project function
- Streams the scope result
The frontend should connect to Socket.IO and join the scope session room before calling this endpoint to receive streaming updates.
Args: prompt: User's project prompt session_id: Session ID for Socket.IO room (client-generated) files: Optional file attachments user_id: Authenticated user ID
Returns: ScopeResponse with the scope data
post/api/projects/scope
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.