> For the complete documentation index, see [llms.txt](https://documentation.pushly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.pushly.com/pushly-ja/platform/organizations/apiakusesu.md).

# APIアクセス

Pushly API は、API へのアクセスを許可するために API トークンを使用します。

組織 API トークンは、プラットフォームで以下の対象に利用できます **組織管理者** ユーザー。これらは以下から生成できます [組織設定](/pushly-ja/platform/organizations.md#accessing-organization-context) ページに移動し、次に以下をクリックします **トークンを作成** ボタンを押します。

<figure><img src="/files/bf8a06428e20efc736d65296bf790490b22310d3" alt=""><figcaption></figcaption></figure>

## 新しい API トークンの作成

API トークンページで、以下をクリックします **トークンを作成** ボタンをクリックし、API トークンの主な用途を示すトークンラベルを入力してから、次をクリックします **トークンを作成** ボタンを押します。

以下をクリックした後 **トークンを作成** ボタンをクリックすると、新しく生成されたトークンを含む新しいモーダルが表示されます。次をクリックします **トークンをコピー** ボタンをクリックして、新しいトークンをクリップボードにコピーします。&#x20;

{% hint style="warning" %}
モーダルを閉じる前に、必ずトークンを保存してください。一度モーダルを閉じると、トークンを再度表示することはできません。
{% endhint %}

<figure><img src="/files/8bbb944ef0ff570a1ef9fbfb4f323eb4a97b09f6" alt=""><figcaption></figcaption></figure>

## 既存の API トークンの取り消し

既存の API トークンがもはや使用されていない、または無効化が必要な場合は、以下をクリックします **取り消し** ボタンを API トークン一覧ページからクリックします。表示される確認モーダルで、以下をクリックします **トークンを取り消し** ボタンをクリックして、今後の使用に対してトークンを無効化します。

<figure><img src="/files/6bf7d2c7b8e885809fea55a16b9f07d10ed3a2ea" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.pushly.com/pushly-ja/platform/organizations/apiakusesu.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.
