# Security & Authentication

We know Security is one of the most important thing for any application in API integration so we made sure to provide you with a set of tools that will help you create secure applications.

## SSL Encryption

The majority of requests to Saino First’s API require authentication. We strongly advised to use HTTPS protocol for all API requests in order to keep the submitted request secret.

## API key authorization

This is the most secure authorization with the most flexibility for any request. API keys can have a limited access and they can be revoked at any time. This range of possibilities makes API keys well suited for separating the API access rights across multiple applications or use cases. And last, the loss of an API key is easily manageable.\
&#x20;

**API keys can be generated by following the below steps.**

* To generate the API key, login to your Saino First account. Under profile click on API

![](/files/-LgYMlBV6o7ECaoT6Tav)

* Now, In API Page click Create API

![](/files/-LgYNMUwOUBO8sUfiVi2)

* Select the list of apps to allow access with API

![](/files/-LgYNiSgiJTnl0Bntr7z)

Click on save, Your API key will be generated.&#x20;

{% hint style="info" %}
You can generate multiple API\`s based on your requirement or with limited access to apps.&#x20;

Once you delete the API key, your account will be no longer accessible with old API key.&#x20;
{% endhint %}


---

# 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://apidocs.saino.io/authentication-api-key.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.
