FundzWatch API

The agent-facing Fundz surface, served on the same host under /v1/watch/*: AI-scored leads matched to an ICP, a raw business-event feed, a company watchlist, nightly market aggregates, and signed webhooks. It is a separate product from the Fundz event feeds — different auth (Bearer with fundz_test_/fundz_live_ key prefixes), a free Developer tier, and the surface the first-party Python SDK and MCP server actually call. Documented in prose only; no OpenAPI is published for it.

API entry from apis.yml

apis.yml Raw ↑
aid: fundz:fundzwatch-api
name: FundzWatch API
description: 'The agent-facing Fundz surface, served on the same host under /v1/watch/*: AI-scored leads
  matched to an ICP, a raw business-event feed, a company watchlist, nightly market aggregates, and signed
  webhooks. It is a separate product from the Fundz event feeds — different auth (Bearer with fundz_test_/fundz_live_
  key prefixes), a free Developer tier, and the surface the first-party Python SDK and MCP server actually
  call. Documented in prose only; no OpenAPI is published for it.'
humanURL: https://fundzwatch.ai/docs
baseURL: https://api.fundz.net/v1/watch
tags:
- Agents
- Signals
- Webhooks
- Sales Intelligence
properties:
- url: https://fundzwatch.ai/docs
  type: Documentation
- url: https://fundzwatch.ai/onboarding
  type: Signup
- url: asyncapi/fundz-webhooks.yml
  type: Webhooks
- url: mcp/fundz-mcp.yml
  type: MCPServer
- url: mcp/fundz-tool-crosswalk.yml
  type: ToolCrosswalk
- url: sandbox/fundz-sandbox.yml
  type: Sandbox