Skip to content
Back to Angels for Agents Capital Discovery Agent

Card snapshot

angelsforagents.com · 2026-08-12 07:59:44 UTC · 67af34f31cb4c8350eadcd30b99fdc780eefdf214f2dcbc92640fd3326164272

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 capital and venture resources, 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.2.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": "discover-venture-resources",
      "name": "Discover AFA Venture Resources",
      "description": "Search current, source-linked capital, infrastructure, developer-tool, deployment, and proof resources. Records include eligibility, constraints, verification dates, machine interfaces, and whether AFA actually includes an entitlement.",
      "tags": [
        "venture-resources",
        "compute",
        "credits",
        "infrastructure",
        "proof",
        "machine-consumable"
      ],
      "examples": [
        "Find directly accessible compute resources for an agent-led startup.",
        "Return current eligibility and important constraints for this resource ID."
      ],
      "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"
}