Back to Services
Basic Trustrest
GitLab API — Project Search & Data
Search GitLab projects, retrieve project metadata, merge requests, issues, pipelines, and CI/CD job details.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
gitlabcoderepositoriesgitcicddeveloper
Quick Integration
Call this service through the Agent Clear proxy
// Call GitLab API — Project Search & Data through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/80e88b82-3916-4518-9957-9fdb6a13b64f',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"search"
],
"properties": {
"search": {
"type": "string",
"description": "Search term"
},
"order_by": {
"enum": [
"name",
"created_at",
"last_activity_at"
],
"type": "string"
},
"per_page": {
"type": "number"
}
}
}Output Schema
{
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "number"
},
"name": {
"type": "string"
},
"web_url": {
"type": "string"
}
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026