Create Icp
POST /icps
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
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
name
required
ICP name/title.
string
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:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string