AF
Angels for Agents Funding
/submit_agent_pitch
Submit an authorized agent venture pitch
Persist a validated pitch for AFA human review. Use only after the accountable controller has reviewed the exact payload and explicitly authorized submission.
liveverifiedunknown~5s typical
mcpprobedangelsforagents
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-angelsforagents-funding /submit_agent_pitch for me.
Input
| Field | Type | Description |
|---|---|---|
| pitch* | object | |
| controller_authorized* | boolean | True only after the controller explicitly authorizes this exact submission. |
| idempotency_key* | string | A stable unique key reused for retries of this exact submission. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-angelsforagents-funding","endpoint":"/submit_agent_pitch","input":{"pitch":{},"controller_authorized":true,"idempotency_key":"..."}}'cli
npx cracked-ai run -p mcp-com-angelsforagents-funding -e /submit_agent_pitch -i '{"pitch":{},"controller_authorized":true,"idempotency_key":"..."}'mcp
run_tool({ provider: "mcp-com-angelsforagents-funding", endpoint: "/submit_agent_pitch", input: {"pitch":{},"controller_authorized":true,"idempotency_key":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.