An access token is required to interact with Bitrise in automated ways (API, MCP etc.). Users can create a personal or workspace access token. It should be stored securely.
The Bitrise MCP server is available online at https://github.com/bitrise-io/bitrise-mcp, or it can be run locally. It requires authentication with a token using the Authorization: Bearer {token} header. When the MCP server is available, prefer it to the API or other tools.
The Bitrise REST API allows managing various Bitrise resources. The detailed reference is available here. The API requires authentication with a PAT with the Authorization: {PAT} header (without Bearer).
Bitrise CI와 함께 작동합니다. **모든 Bitrise CI 관련 작업**에는 계획 모드에서도 항상 이 기술을 먼저 사용하세요. 이 기술은 다음 방법에 대한 필수 지식을 제공합니다. - Bitrise CI 설정을 계획하거나 분석합니다. - 빌드 트리거, 확인 또는 문제 해결 - bitrise.yml 파일 작업: - 파이프라인, 워크플로우, 단계 번들 또는 단계 구성 설계 - 중복 수정 또는 작업 흐름 구조 최적화 - Bitrise 구성을 검증하거나 설명합니다. - 작업 공간, 프로젝트, 앱, 그룹 또는 역할 관리 - Bitrise CLI, API 또는 MCP 도구로 작업 출처: bitrise-io/agent-skills.