Skip to main content

Platform structure

Get to know our platform's data structure and get ready to organize yours in the most efficient way.


Workspaces

Workspaces are collaboration spaces. They help you keep your work organized around a single project or case. One benefit is the ability to control who has access to the workspace, the data it contains, and what actions they can do.

With workspaces, you can:

  • Add members with different roles to collaborate in the workspace
  • Search across and share data sources
  • Export saved searches or entire data sources
info

The API functionality for workspaces is currently limited to basic CRUD actions. Functionalities that are currently not supported by the API are available via the UI.

For more information, see How to use workspaces.

Folders

Folders are containers for your resources and are essentials to your workspace organization. You can use them to keep it tidy and clean.

You can upload to folders any binary files and other resources that we don't have a connector for.

info

The API functionality for folders is currently limited to basic CRUD actions. Functionalities that are currently not supported by the API are available via the UI.

For more information, see How to upload files.

Resources

Resources are representations of data. In the software world, each application has a unique way to define what a resource is and how its data is represented. For example, a resource can be a PDF file, a Gmail email message, or a Twitter post.

Our Platform API allows you to ingest various types of resources by leveraging one of our supported data types. Each data type has its own set of metadata, can be adapted and customized to fit your own use case, and is processed by our platform in a unique way to extract information for it and enable you to use it.

For a list of the supported resource types, see Resource types.