Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): autopopulate api key #5096

Merged
merged 4 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,9 @@ navigation:
path: ./pages/fern-docs/content/api-playground.mdx
icon: fa-regular fa-square-terminal
contents:
- page: Auto-populate API Keys
icon: fa-regular fa-key
path: ./pages/fern-docs/content/autopopulate-api-key.mdx
- page: Advanced Configuration
icon: fa-regular fa-wrench
path: ./pages/fern-docs/content/customize-api-playground.mdx
Expand Down
14 changes: 14 additions & 0 deletions fern/pages/fern-docs/content/autopopulate-api-key.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Auto-populate API keys
subtitle: Make integrating with your API frictionless by adding your login flow to the API Playground.
---

<Tip>
This feature is available on the Enterprise plan. [Contact us](https://buildwithfern.com/contact) to learn more.
</Tip>

Fern can integrate with your authentication flow, allowing users to login and have their API key automatically populated with the click of a button.

<div style="position: relative; padding-bottom: 66.38846737481032%; height: 0;"><iframe src="https://www.loom.com/embed/790eb5849f1c4622aae09527908fdc7a?sid=d77062f8-35c3-41ab-8669-4c28b62e233b?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>

With this feature, you can **create new users of your API** directly from within your documentation.
Loading