# Authentication

### Obtain API key

Coevera API is using Basic authentication which consists of **username** and **password**. Each team space has its own **Coevera API Keys** which are used as username and password.

In order to obtain your team space **Coevera API Keys** follow these steps:

1\) Sign in to the Coevera space here: [**https://crm.coevera.com**](https://crm.coevera.com/) using your Coevera account.

2\) Select your space and Go to the administration.

![](https://3470708952-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFpjbhrh1xo0SPAbAc7Ny%2Fuploads%2Fmj8nQ9oDXJahS6kpiHh2%2FUntitled%20-%20paint.net%204.2.8%202021-12-17%2017.11.39.png?alt=media\&token=674b85c4-fb74-4299-8abe-856a3ff5b137)

3\) Under the Unit, Users & Roles tab open **Applications**

![](https://3470708952-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFpjbhrh1xo0SPAbAc7Ny%2Fuploads%2FMgYJQAvTCzg9zzARkHRe%2Fimage.png?alt=media\&token=332850ef-aa86-470a-ae4b-ff73e4b0675e)

4\) Create a new Application

![](https://3470708952-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFpjbhrh1xo0SPAbAc7Ny%2Fuploads%2FugRRCH5IA3rLt0IKEYXD%2Fimage.png?alt=media\&token=652a0d1c-f18c-4ef1-bf4b-fd93303e8671)

5\) Click Show API Access

1. **User Name** and **Password** are used for Basic Authentication and are generated only once, so store them carefully
2. **Space ID** and **Service URL** are part of every URL Request. See how the [**requests are formated**](https://developers.pipelinersales.com/api-docs/overview/about-the-api)

![](https://3470708952-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFpjbhrh1xo0SPAbAc7Ny%2Fuploads%2FsZ16OQxktNUgKaP8OJY1%2Fimage.png?alt=media\&token=7300b6d8-67d4-4b62-af93-7605fe6b56e5)


---

# 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://developers.pipelinersales.com/api-docs/overview/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.
