Gitar Logo
EnterpriseAPI Reference

Overview

Base URL

https://api.gitar.ai/v1

Authentication

All endpoints require a Bearer token in the Authorization header:

Authorization: Bearer your_api_token_here

Creating an API Token

  1. Navigate to your organization settings
  2. Click "Create API Token"
  3. Configure the token:
    • Alias (optional): Descriptive name (e.g., "CI/CD Pipeline")
    • Duration: Token expiration (default: 30 days)
    • Scopes: Required permissions (select at least one)

Available Scopes

  • Administrator: Full access to all resources
  • Read Only: Read access without modification rights

Choose the minimum scope needed for your use case.