Skip to main content
POST
Submit an ODS scoping request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
organization_id
string
required
Example:

"ORG-26-090500"

workspace_id
string
required
Example:

"WS-26-000021"

title
string
required
Example:

"Rebuild checkout flow with React 19"

description
string
required
Example:

"Migrate the existing checkout service to a React 19 Server Components architecture."

desired_outcome
string
required
Example:

"50% reduction in checkout load time and improved Core Web Vitals."

subscription_id
string
Example:

"SUB-26-001122"

project_tags
string[]
Example:
acceptance_criteria
string[]
Example:
timeline_weeks
integer
Example:

8

budget_max
number
Example:

24000

currency
string
Example:

"USD"

Response

The newly created ODS request.

data
object
Last modified on April 15, 2026