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.Admin keys have elevated permissions. In particular, they can be used to generate inference API keys.
Store them securely and never expose them in client-side code or public repositories.

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.