llms.txt Content
# Powerdrill
## Docs
- [Authentication](https://docs.powerdrill.ai/api-reference/authentication.md): Get your API keys before working on Powerdrill Enterprise
- [Create data source](https://docs.powerdrill.ai/api-reference/create-data-source.md): Creates a data source in the specified dataset.
- [Create data source without specifying a dataset](https://docs.powerdrill.ai/api-reference/create-data-source-without-dataset.md): Creates a data source without specifying a dataset. Powerdrill will automatically create a dataset for it.
- [Create dataset](https://docs.powerdrill.ai/api-reference/create-dataset.md): Creates a dataset. A dataset is a collection of data sources organized for specific purposes. You can create multiple datasets to group and store data sources based on different needs.
- [Create job](https://docs.powerdrill.ai/api-reference/create-job.md): Converses with your data. Ask any question you have about your data and get insights instantly. On Powerdrill, a **job** refers to a task that Powerdrill performs to generate a response based on your request (e.g., a prompt or other workflows). Powerdrill Enterprise supports two types of jobs: **ge…
- [Create session](https://docs.powerdrill.ai/api-reference/create-session.md): Creates a session. A session refers to the continuous interaction between the user and Powerdrill within a conversation. Your team can have up to 150 sessions simultaneously. If the limit is reached, you can remove unnecessary sessions to make space for new ones.
- [Delete data source](https://docs.powerdrill.ai/api-reference/delete-data-source.md): Deletes the specified data source from the specified dataset. Once deleted, the data source cannot be recovered.
- [Delete dataset](https://docs.powerdrill.ai/api-reference/delete-dataset.md): Deletes the specified dataset. Once deleted, all data sources within the dataset will also be permanently removed and cannot be recovered.
- [Delete session](https://docs.powerdrill.ai/api-refere