Supported Import Methods
Add your existing APIs to Bifrost using any of these methods:- Postman Collection
- OpenAPI Spec
- cURL Commands
- Built-in UI
Import your existing Postman collections directly into Bifrost. All request configurations, headers, and parameters are preserved.
What Happens Next
Once you upload your API specifications, Bifrost automatically:- Syncs authentication systems from your existing APIs
- Converts endpoints into MCP-compatible tools
- Maintains security using your current auth infrastructure
- Makes APIs available to LLMs instantly
Supported Authentication Types
Bifrost automatically handles all common authentication patterns:- Bearer Tokens (JWT, OAuth)
- API Keys (headers, query parameters)
- Custom Headers (tenant IDs, user tokens)
- Basic Auth and other standard methods
Real-World Use Cases
Enterprise CRM Integration
Transform your Salesforce, HubSpot, or custom CRM APIs:Internal Microservices
Make your internal microservices LLM-accessible:Database APIs
Connect to your database APIs securely:Security Benefits
1. Zero Trust Architecture
- Authentication happens at the edge (your existing systems)
- Bifrost never stores or caches authentication credentials
- Each request is authenticated independently
2. Existing Security Policies
- Leverage your current RBAC (Role-Based Access Control)
- Maintain existing audit trails
- No changes to security infrastructure required
3. Granular Access Control
- Different users get different API access based on their credentials
- Tenant isolation maintained through existing headers
- API rate limiting and quotas preserved
4. Compliance Friendly
- No sensitive data passes through Bifrost permanently
- Existing compliance frameworks remain intact
- Audit trails maintained in your systems

