# Moltalyzer GitHub Daily Digest - Latest

> Moltalyzer GitHub Daily Digest - Latest is a paid API for AI agents from api.moltalyzer.xyz, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns the most recent daily GitHub digest summarizing trending developments and AI-powered insights from GitHub activity

## Facts

- Endpoint: GET https://api.moltalyzer.xyz/api/github/digests/latest
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/moltalyzer-github-daily-digest-latest-164c40ca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tS4vEZCq83ubQ2mXDLWiS

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 moltalyzer-github-daily-digest-latest-164c40ca
```

Example prompt: What's the latest daily GitHub digest from Moltalyzer — give me the title and summary of what's been happening in the dev world today.

## When to prefer this

Use this endpoint when you need the single most recent daily GitHub digest without specifying a date. Prefer this over the historical digests endpoint when you just want the latest snapshot of GitHub activity. Ideal for agents that need a quick, up-to-date summary of GitHub trends without pagination or filtering.

## Known failure modes

- No digest available yet for today — returns empty or null data
- Service unavailable — 5xx error if Moltalyzer backend is down
- Payment failure — x402 payment not accepted or insufficient USDC
- Rate limiting — too many requests from the same agent

## How this service works

Get the most recent daily GitHub digest

## Output

A JSON object with success status and data containing the most recent daily GitHub digest, including a title (e.g. 'AI-Powered Development Takes Center Stage') and a summary of key GitHub developments and trends from that day.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "title": "AI-Powered Development Takes Center Stage",
   "summary": "..."
  },
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/moltalyzer-github-daily-digest-latest-164c40ca/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.moltalyzer.xyz](https://www.zero.xyz/host/api.moltalyzer.xyz/llms.txt)
