Skip to main content
POST
Create a new service line

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Example:

"Mobile Engineering Squad"

workspace_id
string
required
Example:

"WS-26-000021"

product_line
enum<string>
required
Available options:
talent,
managed_services,
ods,
infrastructure,
intelligence,
agent_gateway
Example:

"managed_services"

execution_model
enum<string>
required
Available options:
capacity,
ongoing_sla,
timeboxed_outcome,
infra_managed,
observability,
agent_runtime
Example:

"ongoing_sla"

billing_model
enum<string>
required
Available options:
monthly_retainer,
milestone,
usage_based,
seat_based
Example:

"monthly_retainer"

subscription_id
string
required
Example:

"SUB-26-001122"

project_tags
string[]
Example:
config
object
Example:
starts_at
string<date-time>
Example:

"2026-05-01T00:00:00Z"

Response

The newly created service line.

data
object
Last modified on April 15, 2026