AIエージェントのRESTエンドポイント
統合/プロジェクト/AIエージェント
「統合/プロジェクト/AIエージェント」カテゴリの操作。
- プロジェクトでのAIエージェントの作成
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/ai/agents - プロジェクト内のAIエージェントの削除
- メソッド: deleteパス:
/ic/api/integration/v1/projects/{projectId}/ai/agents/{id} - プロジェクト内のAIエージェントの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/ai/agents - プロジェクト内のAIエージェントの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/ai/agents/{id}