# Authentication

To access the Ospree API, contact our Sales Team at <sales@ospree.io>. They will guide you through the onboarding process, including reviewing and agreeing to our terms and conditions. After onboarding, you'll receive a live access token, which enables all Ospree API features. We use bearer tokens for secure API authentication, ensuring only authorized users access

***

We prioritize security and expect our users to do the same. Proper management of your bearer tokens is crucial for maintaining secure interactions with the Ospree platform. If you have questions or need help managing your tokens, contact our support team.

All API requests must include a valid bearer token in the authorization header. Requests without proper authentication will be rejected, ensuring only authorized users can perform actions or access data.<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ospree.io/ospree-api/authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
