Skip to main content
Metal is the AI context layer for financial firms. It connects your systems of record to the AI tools you already use, turning everything your firm knows — deals, documents, and the decisions behind them — into structured, AI-ready context. The platform organizes that knowledge into a connected data model, layers AI-driven intelligence and provenance on top, and lets you automate research with workflows — so your AI reasons with your firm’s judgment, not just its files.

Organizations and scoping

Every account belongs to an organization (your firm). All data — companies, deals, people, documents, lists — is scoped to your organization. API keys inherit this scope automatically, so you never pass an organization ID in requests; the API derives it from your key. This means two things:
  • You can only read and write your own organization’s data.
  • You never have to filter by organization yourself.

The building blocks

Companies

Operating companies, investors, advisors, and other entities your firm tracks.

Deals

Opportunities moving through your pipeline, with status and stage.

People

Contacts, executives, and relationships connected to companies.

Documents

Files ingested into Metal, parsed and made searchable.

Lists

Spreadsheet-like views that organize and enrich resources in bulk.

Workflows

AI automations that screen, research, and produce work product.

Intelligence layer

On top of the raw data, Metal adds an intelligence layer:
  • Enrichment fills in attributes — firmographics, financials, signals — from AI and data providers. See Enrichment.
  • Search retrieves the most relevant companies, deals, people, and documents using semantic and keyword matching. See Search.
  • Workflows chain steps together to automate multi-stage research. See Workflows.

How the API fits in

The API is the programmatic surface for the same platform the Metal app uses. Common integration patterns:
1

Push data in

Sync companies, deals, and people from your CRM or internal systems using create and update endpoints.
2

Enrich and analyze

Trigger enrichment and run workflows to turn raw records into intelligence.
3

Pull insights out

Search and read enriched records to power dashboards, reports, or downstream systems.
Every request is JSON over HTTPS, versioned under /v1, authenticated with an API key, and scoped to your organization.