Docs

Access Tokens

Manage API access to your Engine instance. Access tokens are valid until deleted.

Create an access token

Grant API access to your Engine instance with long-lived access tokens.

Provide the header Authorization: Bearer <access_token> when calling the Engine API.

Delete an access token

  • Navigate to the thirdweb dashboard.
  • Select Access Tokens.
  • Next to an access token, select ... > Delete.

FAQ

How do I generate short-lived access tokens?

Consider using Keypair Authentication (advanced feature).