Prerequisites
Before you begin, you need:- A Metal account with access to your organization’s workspace
- Permission to create API keys (an organization admin can grant this)
- A terminal with
curl, or any HTTP client
Get started
Create an API key
API keys are scoped to your organization. Create one in the Metal app:
- Go to Settings → Organization → API & MCP Access (you need an admin role).
- In the API Keys card, click Create API Key.
- Enter a Name and click Create.
- Copy the Client ID and API Key that Metal displays.
- Client ID — sent in the
x-metal-client-idheader - API Key — sent in the
x-metal-api-keyheader
Make your first request
List the companies in your organization to confirm your credentials work.A successful response wraps the result in a
data field:Next steps
Authentication
Manage keys, headers, and the scopes available to your token.
Pagination
Page through large collections with
page, limit, and lt.Enrichment
Enrich a company with AI-sourced firmographics and financials.
API reference
Browse every endpoint with live examples.