Re-derive the project's Priority Orbit from its open tickets
const url = 'https://example.com/api/projects/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/prioritization/derive';const options = {method: 'POST', headers: {cookie: 'sb-access-token=<sb-access-token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/api/projects/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/prioritization/derive \ --cookie sb-access-token=<sb-access-token>Runs one AI pass over the project’s OPEN tickets and REPLACES the stored derivation, then returns the same shape as GET. Manual only — nothing re-derives on a schedule or on read. Error codes: PRIORITIZATION_NOT_CONFIGURED (503, no Anthropic API key available), PRIORITIZATION_FAILED (503, the model errored or returned an unusable grouping), NO_OPEN_TICKETS (409).
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Project UUID
Responses
Section titled “ Responses ”The newly stored derivation with its topics
object
object
1-3 word label for the orbit node.
When to act — the orbit ring, not the topic’s size.
object
The in-product HO serial (HO-
Read live at request time, not frozen with the derivation. A ticket closed since the derivation stays in its topic and renders as done.
Not authenticated
object
Human-readable error message
Stable machine-readable error code for client branching
First validation message per field path
object
Structured validation issues (Zod)
object
Seconds until rate limit resets (429 responses)
True if re-linking GitHub may fix the issue
Forbidden
object
Human-readable error message
Stable machine-readable error code for client branching
First validation message per field path
object
Structured validation issues (Zod)
object
Seconds until rate limit resets (429 responses)
The project has no open tickets to prioritize
Rate limited
object
Human-readable error message
Stable machine-readable error code for client branching
First validation message per field path
object
Structured validation issues (Zod)
object
Seconds until rate limit resets (429 responses)
Seconds until the rate limit resets
Headers
Section titled “Headers ”No API key configured, or the derivation failed