Create an API key, make your first request, and connect your first integration.
Quick Start
Steps:
- Generate an API key from developer settings
- Store the key securely on your server
- Make a test request to the projects endpoint
- Handle errors and rate limits
- Add webhooks for real-time updates
Code Example Block
Example API Request
const response = await fetch('https://api.example.com/v1/projects', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
});
const projects = await response.json();
console.log(projects);Download Theme File
Explore developer guides for authentication, API requests, webhook events, rate limits, and error handling.

Confirm The Installation
Build custom integrations that keep your workspace connected to the tools your team already uses.

Install Required Plugins
After activating the theme, install the required plugins from the dashboard notice or the theme setup screen. These plugins enable the main theme features, builder integration, and demo import functionality.

Done
After activating the theme, install the required plugins from the dashboard notice or the theme setup screen. These plugins enable the main theme features, builder integration, and demo import functionality.
Good to Know
Make sure you have access to your hosting account, domain name, database settings, and WordPress admin login details.
Setup Advice
Start with one workspace, one project, and one automation. After your team understands the basics, you can add templates, integrations, and more advanced permissions.