Managed secret providers
Firecrawl
Connect Firecrawl to Alter Vault for secure API access
Overview
Section titled “Overview”Use Firecrawl credentials to make authenticated API calls through Alter Vault without exposing API keys in code.
| Property | Value |
|---|---|
| Provider ID | firecrawl |
| Category | Search |
| Credential Type | API Key |
Step 1: Get Credentials
Section titled “Step 1: Get Credentials”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-).
Step 2: Add to Alter Vault
Section titled “Step 2: Add to Alter Vault”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.
Using in Code
Section titled “Using in Code”response = await alter_app.request( HttpMethod.POST, "https://api.firecrawl.dev/v2/scrape", grant_id="YOUR_GRANT_ID",)