Create app
POST
https://admin-api.alchemy.com/v1/apps
Creates a new application with the specified name, network allowlist, and optional description and products. Returns the created app with its generated API keys and configured chain network endpoints.
Headers
stringrequired
Access key.
⚠️ This is not an app API key. Learn how to create an access key.
Request Body
Responses
201
Created new app
400
Invalid input
401
Requires authentication
403
Forbidden
409
App name already exists
Was this page helpful?