Griptape integration (AI). Imported from open-connector.
https://cloud.griptape.ai/api/organizations
/organizations/{organization_id}
| Param | Type | Required | Description |
|---|---|---|---|
| organization_id | string | required | The Griptape Cloud organization ID. |
/assistants
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The page number to request. |
| page_size | integer | optional | The number of records to request per page. |
/assistants
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The assistant name. |
| description | string | optional | The assistant description. |
| input | string | optional | Default input instructions for the assistant. |
| model | string | optional | The model to use for the assistant. |
| knowledge_base_ids | array | optional | Knowledge base IDs to attach to the assistant. |
| retriever_ids | array | optional | Retriever IDs to attach to the assistant. |
| ruleset_ids | array | optional | Ruleset IDs to attach to the assistant. |
| structure_ids | array | optional | Structure IDs to attach to the assistant. |
| tool_ids | array | optional | Tool IDs to attach to the assistant. |
/assistants/{assistant_id}
| Param | Type | Required | Description |
|---|---|---|---|
| assistant_id | string | required | The Griptape Cloud assistant ID. |
/assistants/{assistant_id}
| Param | Type | Required | Description |
|---|---|---|---|
| assistant_id | string | required | The Griptape Cloud assistant ID. |
| name | string | optional | The assistant name. |
| description | string | optional | The assistant description. |
| input | string | optional | Default input instructions for the assistant. |
| model | string | optional | The model to use for the assistant. |
| knowledge_base_ids | array | optional | Knowledge base IDs to attach to the assistant. |
| retriever_ids | array | optional | Retriever IDs to attach to the assistant. |
| ruleset_ids | array | optional | Ruleset IDs to attach to the assistant. |
| structure_ids | array | optional | Structure IDs to attach to the assistant. |
| tool_ids | array | optional | Tool IDs to attach to the assistant. |
/assistants/{assistant_id}
| Param | Type | Required | Description |
|---|---|---|---|
| assistant_id | string | required | The Griptape Cloud assistant ID. |
/assistants/{assistant_id}/runs
| Param | Type | Required | Description |
|---|---|---|---|
| assistant_id | string | required | The Griptape Cloud assistant ID. |
| page | integer | optional | The page number to request. |
| page_size | integer | optional | The number of records to request per page. |
| status | array | optional | Assistant run statuses to filter by. |
/assistants/{assistant_id}/runs
| Param | Type | Required | Description |
|---|---|---|---|
| assistant_id | string | required | The Griptape Cloud assistant ID. |
| input | string | optional | Input text for the assistant run. |
| args | array | optional | Arguments for the assistant run. |
| model | string | optional | The model to use for this run. |
| new_thread | boolean | optional | Whether Griptape Cloud should create a new thread for this run. |
| thread_id | string | optional | The existing thread ID to associate with this run. |
| knowledge_base_ids | array | optional | Knowledge base IDs to use for this run. |
| additional_knowledge_base_ids | array | optional | Additional knowledge base IDs for this run. |
| retriever_ids | array | optional | Retriever IDs to use for this run. |
| additional_retriever_ids | array | optional | Additional retriever IDs for this run. |
| ruleset_ids | array | optional | Ruleset IDs to use for this run. |
| additional_ruleset_ids | array | optional | Additional ruleset IDs for this run. |
| structure_ids | array | optional | Structure IDs to use for this run. |
| additional_structure_ids | array | optional | Additional structure IDs for this run. |
| tool_ids | array | optional | Tool IDs to use for this run. |
| additional_tool_ids | array | optional | Additional tool IDs for this run. |
/assistant-runs/{assistant_run_id}
| Param | Type | Required | Description |
|---|---|---|---|
| assistant_run_id | string | required | The Griptape Cloud assistant run ID. |
/assistant-runs/{assistant_run_id}/cancel
| Param | Type | Required | Description |
|---|---|---|---|
| assistant_run_id | string | required | The Griptape Cloud assistant run ID. |
/assistant-runs/{assistant_run_id}/events
| Param | Type | Required | Description |
|---|---|---|---|
| assistant_run_id | string | required | The Griptape Cloud assistant run ID. |
| limit | integer | optional | The maximum number of events to return. |
| offset | integer | optional | The event offset to start from. |