# Keepnet

## Connection Requirements

{% stepper %}
{% step %}

### URL

URL of the Keepnet Labs API server.

{% hint style="info" %}
Default: `api.keepnetlabs.com`
{% endhint %}
{% endstep %}

{% step %}

### Client ID

Generated Client ID for a user that has the permissions to fetch asset details.

{% hint style="info" %}
`admin` — The user role must be company.
{% endhint %}
{% endstep %}

{% step %}

### Client Secret Key

Generated Client Secret Key for a user that has the permissions to fetch asset details.

You can create client id and client secret by following the steps below:\
Company > Company Settings > Rest API > Create Client ID and Client Secret key

{% hint style="info" %}
The secret key is only displayed at the time of creation. This information must be copied and saved in a safe place at this stage.
{% endhint %}
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Please perform a connection test to ensure there is a valid connection to the host.\
When the discovery operation is finalized, you will be able to see the details on the **Assets** page.
{% 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://docs.octoxlabs.com/adapters/adapters/keepnet.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.
