API Overview
WeGrowHQ exposes a REST API for issues, projects, boards, and automation.
Base URL
https://your-instance.example.com/api/v1
Cloud: https://app.wegrowhq.com/api/v1
Authentication
Send a personal access token in the Authorization header:
curl -H "Authorization: Bearer YOUR_TOKEN" \
https://app.wegrowhq.com/api/v1/projects
Create tokens in Settings → API Tokens inside the app.
Example: list projects
curl -H "Authorization: Bearer YOUR_TOKEN" \
https://app.wegrowhq.com/api/v1/projects
Rate limits
Cloud plans include fair-use rate limits. Self-hosted instances are limited only by your server capacity.
Full endpoint reference coming soon.