# Codeberg Organization Public Profile

> Codeberg Organization Public Profile 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-14).

Fetches the public profile metadata of a Codeberg organization by its org name

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/codeberg-org-profile
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/codeberg-organization-public-profile-42ea26f0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WSUZOg6uzcd8JEz_rkXYY

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-public-profile-42ea26f0 -d '<json body>'
```

Example prompt: Can you pull up the public profile for the Codeberg organization called 'Forgejo'?

## When to prefer this

Use this endpoint when you need structured public profile data for a specific Codeberg organization and want JSON output without scraping the Codeberg web UI. Prefer this over manual browsing when building automated workflows that enrich org metadata or compare open-source organizations hosted on Codeberg.

## Known failure modes

- Organization not found — returns error or empty response if org name is invalid or doesn't exist
- Missing org parameter — query returns error if ?org= is not supplied
- Network timeout or upstream Codeberg API unavailability
- Payment failure — x402 payment of $0.02 USDC must succeed before data is returned

## How this service works

Public profile of a Codeberg organization {org}. Query: ?org= Returns JSON.

## Output

A JSON object containing public profile information about the specified Codeberg organization, such as its name, description, member count, repositories, and other publicly visible metadata.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/codeberg-organization-public-profile-42ea26f0/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)
