Documentation ยท Settings & Integrations

API Documentation

Integrate GrowthLab with your existing tools using our comprehensive API.

API Overview

RESTful API with JSON payloads, API key authentication, and comprehensive endpoints.

Base URL: https://api.growth-experiments.com/v1

Available Endpoints

Experiments API

Endpoint Method Description
/experiments GET List all experiments
/experiments POST Create experiment
/experiments/:id GET Get experiment details
/experiments/:id PATCH Update experiment

Learnings API

Endpoint Method Description
/learnings GET List all learnings
/learnings POST Create learning
/experiments/:id/learnings GET Get experiment learnings

AI API

Endpoint Method Description
/ai/ideate POST Generate experiment ideas
/ai/refine POST Refine hypothesis
/ai/ice-suggest POST Get AI ICE score suggestions
/ai/validate-metrics POST Validate experiment metrics
/ai/execution-plan POST Generate execution plan

Authentication

All API requests require authentication:

Authorization: Bearer gx_live_abc123xyz789...

Rate Limits

Plan Requests/Minute Requests/Day
Business 100 10,000
Enterprise 1,000 100,000

Request API Access

The API is currently available to Enterprise customers. Contact enterprise@growth-experiments.com with your use case.

All documentation