# GitHub Ecosystem Intelligence by Stratalize

> GitHub Ecosystem Intelligence by Stratalize is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns GitHub organization profile stats including stars, forks, contributors, and language breakdown for any public org or company.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/github-ecosystem-intelligence
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/github-ecosystem-intelligence-by-stratalize-19f70f50
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4dMec16gVvKdFLfmvlTS0

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 github-ecosystem-intelligence-by-stratalize-19f70f50
```

Example prompt: Pull the GitHub ecosystem stats for the Kubernetes org — I want to see their top repo stars, forks, contributor count, and language breakdown so I can assess their developer community health.

## When to prefer this

Use this endpoint when you need a quick, structured snapshot of a GitHub organization's open-source footprint — stars, forks, contributors, and languages — to assess vendor developer community health or technology ecosystem presence. Prefer this over scraping GitHub directly because it returns pre-aggregated stats with a cryptographic signature for verifiability, and it abstracts away GitHub API authentication complexity.

## Known failure modes

- Organization not found or is private — no data returned
- Invalid or misspelled org name — empty or error response
- GitHub API rate limit exceeded — upstream failure
- Payment failure via x402 — request not processed
- Network timeout — slow response from GitHub public API

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). GitHub organization profile and top repository stats — stars, forks, contributors, and language breakdown for any public org. Source: GitHub public API. Use when assessing open-source ecosystem presence or evaluating a technology vendor's developer community

## Output

Returns GitHub organization profile data including star counts, fork counts, contributor counts, and programming language breakdown for the top repositories of the specified public org or company, along with a cryptographic ML-DSA-65 signature and verifiable receipt URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "org_or_company": {
   "type": "string",
   "description": "Request parameter: org or company"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/github-ecosystem-intelligence-by-stratalize-19f70f50/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
