Learn how to use Stack on Cloud to build your backend
Start by creating a new project from the dashboard:
Create a new database instance within your project:
Define your data structure by creating tables:
View and test your auto-generated API:
Create and manage API keys for authentication:
After downloading your OpenAPI specification, you can generate client libraries:
Start making requests to your API with the generated client libraries. Don't forget about the API key! It needs to be in the header of every request. Check the OpenAPI viewer for examples.