How to Create and Manage Projects?
Learn how to create and manage multiple projects
Overview
Within a single account, you can create and manage multiple independent projects. Each project exists in its own isolated environment, with complete separation of data and resources. Using your master API key, you can programmatically create and manage these projects through our APIs.
Project Isolation Architecture
Each project within your account is fully isolated, providing:
- Isolated entity IDs and data storage
- Project-specific admin API keys
- Segregated action execution and trigger logs
- Team management with separate permissions
How to Create a New Project?
Head over to Dashboard
Go to Dashboard and click on dropdown corresponding to Project
Click on Add New Project
Configure Project
Enter the project name and click on Add and switch.
How to Manage Projects?
Switching between projects
You can switch between projects by clicking on the dropdown corresponding to Project in the bottom-left corner of the dashboard.
Adding Project Specific API Key
You can add a project specific API key by clicking on the API Keys under Settings on the dashboard.
Adding Team Member
You can add a team member by with specific role to the project.
Head over to Dashboard
Go to Dashboard and click Manage teams under Settings.
Add Team Member
Click on Add & configure the team member by entering the name, email, role and click on Invite. An invite email will be sent to the team member.
Deleting Team Member
Click on Delete button corresponding to the team member to remove them from the project.
Monitoring Action Execution & Triggers Logs
Head over to Dashboard
You can monitor the action execution & triggers logs by clicking on Action Logs and Triggers Logs under Logs on the dashboard.
Click on any log to view details
Click on any log to view detais like log id, provider name, action name, request & response body.
Was this page helpful?