# Codeberg Organization Repositories Lookup

> Codeberg Organization Repositories Lookup is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

Returns a list of repositories owned by a specified Codeberg organization.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/codeberg-org-repos
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/codeberg-organization-repositories-lookup-d5933437
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VUE_A5bTFTv4_7VkVU6N7

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 codeberg-organization-repositories-lookup-d5933437 -d '<json body>'
```

Example prompt: Can you list all the repositories owned by the 'forgejo' organization on Codeberg?

## When to prefer this

Use this endpoint when you need to programmatically discover or enumerate all repositories belonging to a specific Codeberg organization, particularly for open-source projects hosted on Codeberg rather than GitHub or GitLab. Ideal for agents that need to audit, index, or monitor a Codeberg org's codebase.

## Known failure modes

- Organization name not found — returns empty array or 404-style error
- Missing or empty ?org= parameter — returns error or unexpected results
- Organization has no public repositories — returns empty list
- Rate limiting or payment failure — request blocked
- Codeberg API unavailable — upstream timeout or error

## How this service works

Repositories owned by a Codeberg organization {org}. Query: ?org= Returns JSON.

## Output

A JSON array of repository objects belonging to the specified Codeberg organization, likely including repository names, descriptions, URLs, visibility status, and other metadata such as fork count, star count, and last update times.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/codeberg-organization-repositories-lookup-d5933437/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
