# Chainup Cloud API 快速入门

### Chainup Cloud 平台 API 允许您与您的组织进行交互：

如果您不熟悉区块链的概念，这里有一个**简要概述：**

Chainup Cloud’s API makes it easy for developers to interact with the Ethereum blockchain. It provides a simple way to read and write data to the blockchain, without having to worry about the complexities of running an Ethereum node.Chainup Cloud 的 API 使开发人员可以轻松地与以太坊区块链进行交互。它提供了一种简单的方法来读取和写入区块链数据，而不必担心运行以太坊节点的复杂性。

* 以太坊区块链是一个分布式数据库，将数据存储在区块中。
* Chainup Cloud 在开发人员和以太坊区块链之间提供了一座桥梁，使他们能够轻松访问和与区块链的数据进行交互。
* 开发人员可以使用 Chainup Cloud 的 API 读取和写入区块链数据，而无需设置和维护自己的以太坊节点。

### Create API key创建 API 密钥

您必须创建一个 API 密钥来验证您对 Chainup Cloud API 的请求。

<figure><img src="/files/cwxzFWPogxqZuGXa1s6q" alt=""><figcaption><p>创建 API 密钥</p></figcaption></figure>

要创建 API 密钥：

1. 转到 API 密钥部分。
2. 单击创**建密钥。**
3. 输入密钥的名称，然后单击**下一步。**
4. 复制或记下创建的 API 密钥。

> 提示：确保 API 密钥安全无虞。

### 删除 API 密钥

您可以删除现有的 API 密钥。

要删除 API 密钥：

1. 转到 API 密钥部分。
2. 单击要删除的密钥旁边的编辑图标。
3. 单击**删除**。


---

# 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.chainupcloud.com/zhong-wen/introduction/what-is-chainupcloud.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.
