Buddy
The fastest continuous integration and continuous delivery platform
- Authentication
- OAuth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Continuous Integration
- Documentation / URL
- https://buddy.works/docs/api/getting-started/overview
Overview
Buddy provides CI/CD APIs — OAuth/token-based (a missing token returns 401, verified).
Quick Start
Workspaces (replace YOUR_TOKEN):
curl "https://api.buddy.works/workspaces" \
-H "Authorization: Bearer YOUR_TOKEN"
Authentication
- Buddy account → personal access token.
- Send it as
Authorization: Bearer(missing → 401, verified).
Rate Limits & Notes
- Free tier with limits (check the docs); paid plans scale.
- Pipelines, projects.
FAQ
Is Buddy free? Free tier with limits; more is paid.
Why 401? A token is required (verified).
What’s the auth style?
Authorization: Bearer.
More in Continuous Integration
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Azure DevOps Health Resource health helps you diagnose and get support when an Azure issue impacts your resources | API Key | No | No | ↗ |
| Bitrise Build tool and processes integrations to create efficient development pipelines | API Key | Yes | Unknown | ↗ |
| CircleCI Automate the software development process using continuous integration and continuous delivery | API Key | Yes | Unknown | ↗ |
| Codeship Codeship is a Continuous Integration Platform in the cloud | API Key | Yes | Unknown | ↗ |
| Travis CI Sync your GitHub projects with Travis CI to test your code in minutes | API Key | Yes | Unknown | ↗ |