> For the complete documentation index, see [llms.txt](https://doc.openioe.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.openioe.in/api-references/additional-apis.md).

# Additional APIs

## Generate new API Key by providing user creds

<mark style="color:blue;">`GET`</mark> `http://app.openioe.in/api/generateapikey`

**Format:** <http://app.openioe.in/api/generateapike&#x79;_/\\><emailid>/\<password>\_

#### Path Parameters

| Name        | Type   | Description                  |
| ----------- | ------ | ---------------------------- |
| \<emailid>  | String | e.g.,: <bangalore@india.com> |
| \<password> | String | e.g.,: Abc\@123              |

{% tabs %}
{% tab title="200: OK Successfully API key is generated" %}
Successfully API key is generated
{% endtab %}
{% endtabs %}

## Add new IoT device to your account

<mark style="color:blue;">`GET`</mark> `http://app.openioe.in/api/createuserdevice`

**Format:** <http://app.openioe.in/api/createuserdevic&#x65;_/\\><APIKey>/\<DeviceName>/\<CryptoName>/\<DataFormat>\_

#### Path Parameters

| Name          | Type   | Description                 |
| ------------- | ------ | --------------------------- |
| \<APIKey>     | String | e.g.,: pnHEmHgjFl0PT247Eae9 |
| \<DeviceName> | String | e.g.,: Temperature Device   |
| \<CryptoName> | String | e.g.,: None                 |
| \<DataFormat> | String | e.g.,: Value/JSON/XML       |

{% tabs %}
{% tab title="200: OK Device is created successfully" %}
Device is created successfully
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.openioe.in/api-references/additional-apis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
