Store provider tokens
POST /api/v1/secrets/git-providers
Store git provider tokens. Saves the git provider tokens (GitHub, GitLab, Bitbucket, etc.) for the authenticated user. Returns: 200: Git providers stored successfully 401: Invalid token 500: Error storing git providers
Request body
| Field | Type | Required | Description |
|---|---|---|---|
mcp_config | `MCPConfig | null` | no |
provider_tokens | object | no | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
message | string | yes | — |
Operation ID: store_provider_tokens_api_v1_secrets_git_providers_post