# GitHub Organization Intelligence

> GitHub Organization Intelligence is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.035/call, status unknown (last checked 2026-09-13).

Retrieves detailed intelligence on a GitHub organization including metadata, top repositories sorted by stars, and org-level signals

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/github-org-intel
- Price: $0.035/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/github-organization-intelligence-34fb0c83
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s_LoLnvZsBuPrY3qBkCLr

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-organization-intelligence-34fb0c83
```

Example prompt: Can you pull up the GitHub org intelligence for 'openai' and show me their top 5 repositories by stars?

## When to prefer this

Use this endpoint when you need quick, structured intelligence about a GitHub organization and its most popular repositories without setting up GitHub API credentials. Ideal for competitive research, developer tooling context, or enriching org profiles with open source activity data. Prefer this over direct GitHub API calls when you need pay-per-use access with no account setup.

## Known failure modes

- Organization not found — returns error if org name or URL is invalid or doesn't exist
- Rate limiting — GitHub API throttling may cause temporary failures
- Private organizations — may return limited or no data for private orgs
- Invalid top_repos value — must be between 1 and 25
- Missing required 'org' query parameter — returns validation error

## How this service works

Comprehensive GitHub organization intelligence. Returns org profile (members, followers, website, location), top public repositories by stars with activity and language data, tech stack distribution, and recent activity signals. Covers up to 25 top repos per call. Useful for due diligence, competitive analysis, investment research, and talent sourcing. Data cached 1 hour. Powered by GitHub public API.

## Output

Returns structured data about the GitHub organization including org profile metadata and a ranked list of top repositories (up to 25) sorted by star count, including repo names, descriptions, star counts, and other repository-level signals.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "org": "anthropics",
   "top_repos": 10
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/github-organization-intelligence-34fb0c83/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
