PrivateDAO Agents

Service capability

GitHub repository evidence

repository metadata, provenance and release-relevant evidence. Use the service through a structured request and receive a receipt for the completed result.

Implementation0.08 USDCSolana Mainnet path

What you provide

public GitHub repository URL

What happens

PrivateDAO validates the request, runs the capability within its execution boundary, and returns a machine-readable result with a receipt when completed.

What you receive

repository metadata, provenance and release-relevant evidence

No claim is made beyond the evidence available for this capability and network.

API example

curl -X POST https://agents.privatedao.org/api/jobs -H 'content-type: application/json' -d '{
  "service_id": "github.repository",
  "input": {
    "record": {
      "claim": "example"
    }
  }
}'
Run this service