{"id":50356674,"url":"https://github.com/alexar76/aimarket-protocol","last_synced_at":"2026-05-29T23:04:00.083Z","repository":{"id":361258068,"uuid":"1246913746","full_name":"alexar76/aimarket-protocol","owner":"alexar76","description":"AIMarket Protocol v2 — open specs, JSON schemas, and test vectors.","archived":false,"fork":false,"pushed_at":"2026-05-29T20:46:00.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T21:18:49.781Z","etag":null,"topics":["ai-agents","aimarket","api-spec","interoperability","json-schema","open-source","protocol"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexar76.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-22T17:37:36.000Z","updated_at":"2026-05-29T21:16:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/alexar76/aimarket-protocol","commit_stats":null,"previous_names":["alexar76/aimarket-protocol"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alexar76/aimarket-protocol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexar76%2Faimarket-protocol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexar76%2Faimarket-protocol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexar76%2Faimarket-protocol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexar76%2Faimarket-protocol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexar76","download_url":"https://codeload.github.com/alexar76/aimarket-protocol/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexar76%2Faimarket-protocol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33673653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","aimarket","api-spec","interoperability","json-schema","open-source","protocol"],"created_at":"2026-05-29T23:03:59.265Z","updated_at":"2026-05-29T23:04:00.077Z","avatar_url":"https://github.com/alexar76.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- aicom-mirror-notice --\u003e\n\u003e **Mirror — read-only.**\n\u003e The canonical source for `aimarket-protocol` lives in the AI-Factory monorepo.\n\u003e Open issues and PRs at `Superowner/aicom`; commits pushed here are\n\u003e overwritten by `scripts/mirror_satellites.sh` on the next sync run.\n\u003e See `docs/repository-canonical-policy.md` for the policy.\n\n# AIMarket Protocol v2 — Federation\n\n[![CI](https://github.com/alexar76/aimarket-protocol/actions/workflows/ci.yml/badge.svg)](https://github.com/alexar76/aimarket-protocol/actions/workflows/ci.yml)\n[![Release](https://img.shields.io/github/v/release/alexar76/aimarket-protocol?include_prereleases\u0026label=release)](https://github.com/alexar76/aimarket-protocol/releases)\n\n\u003e **Ecosystem:** [AICOM overview \u0026 live demos](https://alexar76.github.io/aicom/) · **Package version:** `0.1.0` ([VERSION](VERSION))\n\n**Status:** Draft v2.0.0  \n\n## Documents\n\n| Document | Description |\n|----------|-------------|\n| [spec.md](spec.md) | Full protocol specification (RFC-style) |\n| [ecosystem.md](ecosystem.md) | **Ecosystem map** — Mermaid diagrams (topology, invoke, federation, plugins) |\n| [schemas/well-known.json](schemas/well-known.json) | JSON Schema for `.well-known/ai-market.json` |\n| [schemas/manifest.json](schemas/manifest.json) | JSON Schema for capability manifest |\n| [schemas/receipt.json](schemas/receipt.json) | JSON Schema for signed receipts |\n| [schemas/federation-announce.json](schemas/federation-announce.json) | Federation announcement message |\n| [test-vectors/](test-vectors/) | Reference test vectors for signature verification |\n\n## Live Reference Implementation\n\n**[modelmarket.dev](https://modelmarket.dev)** — production hub running this protocol:\n\n| Resource | URL |\n|----------|-----|\n| .well-known | [modelmarket.dev/.well-known/ai-market.json](https://modelmarket.dev/.well-known/ai-market.json) |\n| Widget demo | [modelmarket.dev/widget/demo](https://modelmarket.dev/widget/demo) |\n| AI Economy live | [modelmarket.dev/live](https://modelmarket.dev/live) |\n| Integration examples | [modelmarket.dev/examples](https://modelmarket.dev/examples) |\n\n## Quick Start\n\n```bash\n# Live hub:\ncurl https://modelmarket.dev/.well-known/ai-market.json\n\n# Federated search:\ncurl \"https://modelmarket.dev/ai-market/v2/search?intent=translate\u0026budget=3.00\"\n\n# Open channel + invoke + close:\nCH=$(curl -s -X POST https://modelmarket.dev/ai-market/v2/channel/open \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"deposit_usd\":3.0}' | jq -r '.channel.channel_id')\n\ncurl -X POST https://modelmarket.dev/ai-market/v2/invoke \\\n  -H \"X-Payment-Channel: $CH\" \\\n  -d '{\"product_id\":\"prod-translate\",\"capability_id\":\"translate.multi@v2\",\"source_hub\":\"local\",\"input\":{\"text\":\"hello\"}}'\n\ncurl -X POST https://modelmarket.dev/ai-market/v2/channel/close \\\n  -d \"{\\\"channel_id\\\":\\\"$CH\\\"}\"\n```\n\n## Protocol Versions\n\n| Version | Scope |\n|---------|-------|\n| v1 | Single marketplace: .well-known, MCP manifest, 402 flow, channels, pipelines |\n| v2 | Federation: cross-hub crawl, index, search, route, reputation |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexar76%2Faimarket-protocol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexar76%2Faimarket-protocol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexar76%2Faimarket-protocol/lists"}