GrowthBook · Capability
GrowthBook REST API — sdk-connections
GrowthBook REST API — sdk-connections. 6 operations. Lead operation: Get all sdk connections. Self-contained Naftiko capability covering one Growthbook business surface.
What You Can Do
GET
Listsdkconnections
— Get all sdk connections
/v1/v1/sdk-connections
POST
Postsdkconnection
— Create a single sdk connection
/v1/v1/sdk-connections
GET
Lookupsdkconnectionbykey
— Find a single sdk connection by its key
/v1/v1/sdk-connections/lookup/{key}
GET
Getsdkconnection
— Get a single sdk connection
/v1/v1/sdk-connections/{id}
PUT
Putsdkconnection
— Update a single sdk connection
/v1/v1/sdk-connections/{id}
DELETE
Deletesdkconnection
— Deletes a single SDK connection
/v1/v1/sdk-connections/{id}
MCP Tools
get-all-sdk-connections
Get all sdk connections
read-only
idempotent
create-single-sdk-connection
Create a single sdk connection
find-single-sdk-connection-its
Find a single sdk connection by its key
read-only
idempotent
get-single-sdk-connection
Get a single sdk connection
read-only
idempotent
update-single-sdk-connection
Update a single sdk connection
idempotent
deletes-single-sdk-connection
Deletes a single SDK connection
idempotent