{
"id": "<string>",
"workspace_id": "<string>",
"user_id": "<string>",
"platform": "gitlab",
"name": "<string>",
"base_url": "<string>",
"metadata": {
"type": "gitlab_personal_access_token",
"token": "<string>"
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Schemas
Code provider
A code provider either a gitlab or github personal access token. The code providers are used by the agents to connect to the user code, push changes, create commits, merge pull requests, etc.
A code provider connection configured for a workspace.
The unique identifier of the code provider connection inside Agen.
The workspace that owns this code provider connection.
The user who connected this code provider account.
Allowed value:
"gitlab"A human-readable name for the connected code provider account.
The base URL Agen should use to talk to the code hosting platform API.
- Option 1
- Option 2
- Option 3
Show child attributes
Show child attributes
When the code provider connection was created in Agen.
When the code provider connection was last updated in Agen.