{
  "markdown": "# DingDawg Agent 1\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)\n\n**Governance receipts for AI agents.**\n\nEvery action a governed agent takes generates a cryptographically-signed receipt: what it decided, why, which model, which version, at what time. Built toward EU AI Act Art. 12, Colorado AI Act (SB 24-205), and NIST AI RMF requirements.\n\nThe receipt is what turns a policy document into evidence.\n\n## What's live today\n\n| Capability | Endpoint |\n|---|---|\n| Developer signup — issues a scoped API key | `POST /v1/developers/signup` |\n| Governed execution — routes agent calls through metering + audit | `POST /v1/govern/execute` |\n| Compliance classification | `POST /api/v1/compliance/classify` |\n| Regulation lookup | `GET /api/v1/compliance/regulations` |\n| Agent trust score + live stream | `GET /api/v1/agents/{id}/trust`, `WS .../trust/stream` |\n| Billing (Stripe) | `POST /api/v1/payments/create-checkout-session` |\n\nBacked by 10 governed-agent npm packages (compliance, legal, healthcare, finance, devops, marketing, sales, support, code-review, planning).\n\n## Quickstart\n\n```bash\ncurl -X POST https://api.dingdawg.com/v1/developers/signup \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"email\":\"you@example.com\",\"name\":\"Your Name\",\"role\":\"consumer\"}'\n# -> {\"api_key\": \"dd_...\", ...}  store it — shown once\n```\n\n```bash\nexport DINGDAWG_API_KEY=dd_your_key\nnpx dingdawg-compliance quick-check\n```\n\n## Architecture\n\n```\nClient (npm package / your agent) --auth: DINGDAWG_API_KEY-->\n  api.dingdawg.com (FastAPI, Railway)\n    -> Tier isolation + rate limiting\n    -> Governance gate (score, log, decide)\n    -> Audit trail (signed receipt)\n    -> Stripe metering / billing\n  -> Response (governed, scored, receipted)\n```\n\n## Documentation\n\n- [Quickstart Guide](docs/quickstart.md)\n- [Architecture Overview](docs/architecture.md)\n- [Security Model](docs/security-model.md)\n- [The 7 Innovations](docs/innovations.md)\n- [Constitution Guide](docs/constitution-guide.md)\n- [Skill Development](docs/skill-development.md)\n- [Deployment Guide](docs/deployment.md)\n- [API Reference](docs/api-reference.md)\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.\n\n## Security\n\nSee [SECURITY.md](SECURITY.md) for our responsible disclosure policy.\n\n## License\n\nMIT License. See [LICENSE](LICENSE) for details.\n\n**Innovative Systems Global. The name is not aspirational. It is a statement of fact.**\n",
  "bytes": 2568,
  "sha": "51b80f5329d02128ee0933c484d4c728af9e59ee1ef64d8a2281e89c85378e16",
  "repo_slug": "dingdawg/dingdawg-agent-1",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_dingdawg_dingdawg_data_agent_32cd6488/readme"
}