# 如何与Pipeline集成

**格物钛** 提供丰富灵活的开发者工具，包括PythonSDK、CLI与Open API，通过完整的文档与使用案例，让您的数据与Pipeline快速集成。如何使用开发者工具

{% content-ref url="/pages/-MLCnlrTBgRXldjOYYbu" %}
[开发者工具](/dev-doc/tools.md)
{% endcontent-ref %}

## 开发者工具 <a href="#id-1" id="id-1"></a>

* GAS主页 - 顶部导航栏 - 【开发者工具】，可查看Python SDK、CLI与Open API使用示例，也可以在帮助中心查看具体的使用文档。

![](/files/-MYxR-ZWFkfFE5PIrK4f)

* 通过开发者工具读取或同步数据修改至TensorBay工作空间时，需要使用自己的【Accesskey】用于身份认证。

{% hint style="info" %}
不同工作空间的Accesskey具有与该空间对应的权限，因此不同空间的Accesskey不互通。
{% endhint %}

## 获取AccessKey <a href="#id-2" id="id-2"></a>

* GAS主页 - 顶部导航栏 - 【开发者工具】-【AccessKey】。

![](/files/-MWe303_nvrinFW-JyXa)

* 【新建Accesskey】创建**当前工作空间的Accesskey**，每个工作空间最多创建5个Accesskey，可以通过【删除】Accesskey取消已创建密钥的访问权限。

![](/files/-MWe3Abdb5iy8l9HdWzJ)

{% hint style="danger" %}
AccessKey 是访问 SDK 和 Open API的密钥，具有该账户**完全的权限**，请务必妥善保管。请勿通过任何方式将AccessKey公开至外部渠道，以免被恶意利用而造成安全威胁。
{% 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.graviti.cn/guide/tensorbay/pipeline.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.
