Structure
The way we structured our service is inspired by Github's structure. Take a look at the following diagram to get a better understanding of how our service is structured.
Your account
Organization
Project
Feature toggle
The diagram indicates that there's one organization per one account and so on. That's just to keep the diagram simple. In reality, you can have multiple organizations under one account and multiple projects under one organization.
You can consider Organizations to be the same as Github's organizations, and Projects to be the same as Github's repositories.
We highly recommend to create a project for each one of your application or service. This way you can have a clear separation between your projects and you can easily manage them.