# Other APIs

- [Project](/other-apis/project.md): Projects serve as the foundation for building on Autogon. It provides endpoints to manage projects, including creating new projects, retrieving project details, updating and deleting projects.
- [List all projects](/other-apis/project/list-all-projects.md): Retrieves a list of all available projects for a specific Autogon user.
- [Create a New Project](/other-apis/project/create-a-new-project.md): Creates a new project.
- [Get Project Details](/other-apis/project/get-project-details.md): Retrieves details of a specific project by its ID.
- [Delete a Project](/other-apis/project/delete-a-project.md): Moves a specific project to trash.
- [Dataset](/other-apis/dataset.md): The Datasets API is a versatile tool designed to manage datasets, allowing users to list, create, retrieve, update, and delete datasets. It provides functionality to handle various dataset operations.
- [List all datasets](/other-apis/dataset/list-all-datasets.md): Retrieves a list of all available datasets for a given user. No request parameters are required for this endpoint.
- [Create a Dataset](/other-apis/dataset/create-a-dataset.md)
- [Get a Dataset](/other-apis/dataset/get-a-dataset.md): Retrieves details of a specific dataset by its ID.
- [Updating a dataset](/other-apis/dataset/updating-a-dataset.md): Updates a specific entity within a dataset.
- [Delete a Dataset](/other-apis/dataset/delete-a-dataset.md)
- [Dataset Connection](/other-apis/dataset/dataset-connection.md): This allows users to configure and fetch data from external data sources such as SOL Databases, NoSQL Databases, File Drives etc.
- [Visualize Dataset](/other-apis/dataset/visualize-dataset.md)
