Skip to content

Create Icp

POST
/icps

Create a Studio ICP (manual - no AI generation).

Read-side counterpart already exists (GET /icps); this closes the “read but can’t create” gap for the ICP bucket. The new ICP is created with status ‘active’ and returned in the same shape as GET /icps.

Authorizations

Parameters

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

Body for POST /icps - create a Studio ICP manually (no AI generation).

Mirrors the internal Studio “Add ICP” action. Manual ICPs are created with status ‘active’; the fit/opportunity/readiness/total scores stay null (they are only produced by the AI generate flow, which this endpoint does not run).

object
buying_signals
Any of:
Array
description
Any of:
string
estimated_market_size
Any of:
integer
firmographics
Any of:
object
key
additional properties
any
name
required

ICP name/title.

string
tech_stack
Any of:
object
key
additional properties
any
website_url
required

The org website this ICP belongs to.

string

Responses

200

Successful Response

object
data
required
object
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string