Revyl home page
Search...
⌘K
Ask AI
Support
Book a Demo
Log In
Log In
Search...
Navigation
CI Recipes
Getting An API Key
Documentation
Steps
Get Started
What is Revyl?
Best Practices
Platform
Creating a Test
Mobile Build Guides
Uploading your app
Recording
Step Caching
Creating Validations
Locating elements
Using Variables
Creating a New Workflow
Modules
CI Recipes
Github Actions
YAML Support
Getting An API Key
On this page
Steps to Obtain an API Key
1. Navigate to Account Settings
2. Go to Personal API Keys
3. Create a New API Key
4. Select Expiration Period
5. Confirm Creation
6. Copy Your API Key
Using Your API Key
API Key Security Best Practices
CI Recipes
Getting An API Key
Generate a personal API key for authentication
You can get your API key from the
settings page
.
Steps to Obtain an API Key
1. Navigate to Account Settings
On the sidebar, click on
Account
.
2. Go to Personal API Keys
Under the account settings menu, select
Personal API Keys
.
3. Create a New API Key
Click on the
New API Key
button.
4. Select Expiration Period
Choose an expiration duration for the API key (e.g., One year).
5. Confirm Creation
Click the
Create
button to generate the API key.
6. Copy Your API Key
Once created, your API key will be displayed. Make sure to copy it immediately.
Important
: For security reasons, you won’t be able to view this key again after leaving the page.
Using Your API Key
Include your API key in the header of all API requests:
API Key Security Best Practices
Never share your API key publicly or commit it to version control
Rotate your keys periodically for enhanced security
Set appropriate expiration periods based on your usage needs
If you believe your API key has been compromised, immediately revoke it and generate a new one
YAML Support
Assistant
Responses are generated using AI and may contain mistakes.