Step 1: Access Your Dashboard
Start by logging into your Tinfoil account and navigating to your dashboard at https://tinfoil.sh/.
Step 2: Navigate to Admin Tab
Click on the “Admin” tab in your dashboard navigation. This section is where you can create and manage admin API keys.
Step 3: Name Your Admin Key
Enter a descriptive name for your admin key. This helps you identify different admin keys if you create multiple ones for different administrative purposes or environments.
Step 4: Create Admin Key
Click the “Create Admin Key” button to generate your new admin API key. This key will have administrative privileges for managing your Tinfoil resources.
Step 5: Test in Postman (Optional)
You can test your admin key directly in Postman or any API client. Copy the API endpoint URL to make your first admin API call.
Step 6: Set Bearer Token
Configure your API client with the admin key as a Bearer token in the Authorization header:
Step 7: Get Results
Make your API request and verify that you’re getting successful responses. Your admin key is now ready for use with administrative operations.

