Getting an API token

Introduction
The seenode API allows you to start new deployments programmatically, giving you the flexibility to automate and streamline your deployment process. Whether you’re integrating with a CI/CD pipeline or managing infrastructure at scale, the API makes it easy to launch new deployments.
Getting an API token
Login to -> https://seenode.com
Navigate to API section in your profile settings -> https://cloud.seenode.com/dashboard/user#api

Generate a new secret key


Start using API
Now when you have an API key you can try to send a first request our API.
This endpoint returns list of teams you're member in and you should get response like this one:
Last updated