# scout.hugen.tokyo GitLab Search

> scout.hugen.tokyo GitLab Search is a paid API for AI agents from scout.hugen.tokyo, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Search GitLab for public projects, repositories, and DevOps tools to support competitive intelligence and open source research

## Facts

- Endpoint: GET https://scout.hugen.tokyo/scout/gitlab
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scout-hugen-tokyo-c174b03b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ThBl_FKtsJkwqnzYaiSct

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability scout-hugen-tokyo-c174b03b
```

Example prompt: Search GitLab for public projects related to self-hosted CI/CD pipelines and list the most relevant ones with their descriptions.

## When to prefer this

Use this endpoint when you specifically need to search GitLab (rather than GitHub) for open source and enterprise DevOps projects, particularly when researching self-hosted tools, GitLab-native CI/CD pipelines, or projects that prefer GitLab's ecosystem. Prefer this over GitHub search when competitive intelligence targets GitLab-hosted projects.

## Known failure modes

- No matching projects found for the given query — returns empty results
- Invalid or missing search query parameter — returns error response
- GitLab API rate limit or availability issues — returns upstream error
- Payment not received or insufficient USDC — returns 402 Payment Required

## How this service works

Search GitLab for public projects — enterprise open source and DevOps tools. AI agent API for competitive intelligence. Accepts USDC payments on Base and Solana

## Output

A list of public GitLab projects matching the search query, including project names, descriptions, and relevant metadata such as stars, forks, and technology tags.

## Example request

```json
{
 "method": "GET"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scout-hugen-tokyo-c174b03b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scout.hugen.tokyo](https://www.zero.xyz/host/scout.hugen.tokyo/llms.txt)
