Unkey is an open source API authentication and authorization platform for scaling user facing APIs. Manage API keys, rate limiting, and more.

Changelog

2 versions
v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
v1.0.1
  • Initial release with key management components: CreateKey, GetKey, UpdateKey, DeleteKey, VerifyKey, ListKeys, GetAPI, and UpdateKeyRemaining.

Authentication

TypeDetails
API Key
Root Key (text)
Your Unkey root key from the dashboard. Found at https://app.unkey.com/settings/root-keys

Actions

8
Delete Key icon

Delete Key

Delete an API key permanently. This action cannot be undone.
Get A P I icon

Get A P I

Retrieve information about a specific API.
Get Key icon

Get Key

Retrieve information about a specific API key by its ID.
List Keys icon

List Keys

List API keys for a specific API. Fetches up to 1000 keys with automatic pagination.
Update Key icon

Update Key

Update key properties including name, external ID, expiration, and enabled status.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Unkey API.
Update Key Credits icon

Update Key Credits

Update the credits for a key. Use this to set, increment, or decrement the number of credits available for a key.
Create Key icon

Create Key

Create a new API key in Unkey. You can specify properties like prefix, metadata, rate limits, and expiration.