Portkey API — Assistants
Portkey API — Assistants. 23 operations. Lead operation: Returns a list of assistants.. Self-contained Naftiko capability covering one Portkey business surface.
What You Can Do
MCP Tools
returns-list-assistants
Returns a list of assistants.
create-assistant-model-and-instructions
Create an assistant with a model and instructions.
retrieves-assistant
Retrieves an assistant.
modifies-assistant
Modifies an assistant.
delete-assistant
Delete an assistant.
create-thread
Create a thread.
create-thread-and-run-it
Create a thread and run it in one request.
retrieves-thread
Retrieves a thread.
modifies-thread
Modifies a thread.
delete-thread
Delete a thread.
returns-list-messages-given-thread
Returns a list of messages for a given thread.
create-message
Create a message.
retrieve-message
Retrieve a message.
modifies-message
Modifies a message.
deletes-message
Deletes a message.
returns-list-runs-belonging-thread
Returns a list of runs belonging to a thread.
create-run
Create a run.
retrieves-run
Retrieves a run.
modifies-run
Modifies a run.
cancels-run-that-is-progress
Cancels a run that is `in_progress`.
returns-list-run-steps-belonging
Returns a list of run steps belonging to a run.
retrieves-run-step
Retrieves a run step.
when-run-has-status-requires
When a run has the `status: "requires_action"` and `required_action.type` is `submit_tool_outputs`, this endpoint can be used to submit the outputs from the tool calls once they're all completed. All outputs must be submitted in a single re