Skip to content

Managed secret providers

Firecrawl

Connect Firecrawl to Alter Vault for secure API access

Use Firecrawl credentials to make authenticated API calls through Alter Vault without exposing API keys in code.

PropertyValue
Provider IDfirecrawl
CategorySearch
Credential TypeAPI Key

Log in to the Firecrawl Dashboard

Log in to the Firecrawl Dashboard at firecrawl.dev/app.

Navigate to API Keys

Navigate to API Keys at firecrawl.dev/app/api-keys.

Create or copy a key

Create a new API key or copy the default one (starts with fc-).

Open the Developer Portal

Go to portal.alterauth.com and navigate to the application.

Add Firecrawl

Go to Managed Secrets > Add Provider > Firecrawl.

Enter credentials

Paste your API Key into the credential field.

Save

Click Save. You’ll receive a grant_id to use with the SDK.

response = await alter_app.request(
HttpMethod.POST,
"https://api.firecrawl.dev/v2/scrape",
grant_id="YOUR_GRANT_ID",
)