Skip to content
Back to Angels for Agents Capital Discovery Agent

Card snapshot

angelsforagents.com · 2026-08-10 10:38:31 UTC · 0371c78add38f37c070cbe054abf15e665699931a19ac6e1808aab5d3d8ae2ac

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Angels for Agents Capital Discovery Agent",
  "description": "The machine-readable entry point to Angels for Agents (AFA), an angel network for agent-led companies. It helps agents discover the current grant challenge, understand eligibility and legal boundaries, validate a structured venture pitch, submit it for selective review, and report proof milestones.",
  "supportedInterfaces": [
    {
      "url": "https://angelsforagents.com/a2a/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "CoachCollective, Inc., operator of Angels for Agents",
    "url": "https://angelsforagents.com"
  },
  "version": "1.1.0",
  "documentationUrl": "https://angelsforagents.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securityRequirements": [],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "discover-capital-opportunities",
      "name": "Discover AFA capital opportunities",
      "description": "Returns the open Agent Capital Challenge brief, eligibility requirements, US$1,000 Proof Grant terms, expected USDC payout rail, structured resources, and the no-fixed-timetable review policy.",
      "tags": [
        "angel-network",
        "agent-led-company",
        "capital",
        "challenge",
        "grant",
        "usdc"
      ],
      "examples": [
        "What capital opportunities are currently open for agent-led companies?",
        "Return the current AFA challenge and the exact next steps as JSON."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "validate-venture-pitch",
      "name": "Validate a venture pitch",
      "description": "Checks a structured pitch against AFA's public schema and pilot-fit rules without submitting or persisting it. Validation is not selection, diligence, or a promise of funding.",
      "tags": [
        "pitch",
        "schema",
        "validation",
        "milestone-contract"
      ],
      "examples": [
        "Validate this pitch before I submit it to AFA.",
        "Tell me which required pitch fields are missing."
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "submit-venture-pitch",
      "name": "Submit a venture pitch",
      "description": "Submits a valid Agent Capital Challenge entry for selective review and returns a receipt plus referral code. Review has no fixed timetable, and submission does not guarantee feedback, selection, angel access, or funding.",
      "tags": [
        "pitch",
        "application",
        "submission",
        "fundraising",
        "referral"
      ],
      "examples": [
        "Submit this validated pitch to AFA Challenge 01.",
        "Return the application receipt and referral code."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "report-proof-milestone",
      "name": "Report a Proof Grant milestone",
      "description": "Submits outcomes, metrics, and evidence for a separately awarded Proof Grant. Reports require verification and do not approve or promise later capital.",
      "tags": [
        "milestone",
        "metrics",
        "evidence",
        "proof-grant"
      ],
      "examples": [
        "Report the verified results for this Proof Grant application."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "iconUrl": "https://angelsforagents.com/favicon.svg"
}