GrowthBook · Capability
GrowthBook REST API — archetypes
GrowthBook REST API — archetypes. 5 operations. Lead operation: Get the organization's archetypes. Self-contained Naftiko capability covering one Growthbook business surface.
What You Can Do
GET
Listarchetypes
— Get the organization's archetypes
/v1/v1/archetypes
POST
Postarchetype
— Create a single archetype
/v1/v1/archetypes
GET
Getarchetype
— Get a single archetype
/v1/v1/archetypes/{id}
PUT
Putarchetype
— Update a single archetype
/v1/v1/archetypes/{id}
DELETE
Deletearchetype
— Deletes a single archetype
/v1/v1/archetypes/{id}
MCP Tools
get-organization-s-archetypes
Get the organization's archetypes
read-only
idempotent
create-single-archetype
Create a single archetype
get-single-archetype
Get a single archetype
read-only
idempotent
update-single-archetype
Update a single archetype
idempotent
deletes-single-archetype
Deletes a single archetype
idempotent