> ## Documentation Index
> Fetch the complete documentation index at: https://ona.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Agents

> Reference for the Agents API methods.

## Methods

<Card title="Create Agent Execution Conversation Token" href="/docs/api-reference/generated/agent/create-agent-execution-conversation-token">
  Creates a token for conversation access with a specific agent run.
</Card>

<Card title="Create Prompt" href="/docs/api-reference/generated/agent/create-prompt">
  Creates a new prompt.
</Card>

<Card title="Delete Agent Execution" href="/docs/api-reference/generated/agent/delete-agent-execution">
  Deletes an agent run.
</Card>

<Card title="Delete Prompt" href="/docs/api-reference/generated/agent/delete-prompt">
  Deletes a prompt.
</Card>

<Card title="Get Agent Execution" href="/docs/api-reference/generated/agent/get-agent-execution">
  Gets details about a specific agent run, including its metadata, specification,
</Card>

<Card title="Get Prompt" href="/docs/api-reference/generated/agent/get-prompt">
  Gets details about a specific prompt including name, description,
</Card>

<Card title="List Agent Executions" href="/docs/api-reference/generated/agent/list-agent-executions">
  Lists all agent runs matching the specified filter.
</Card>

<Card title="List Prompts" href="/docs/api-reference/generated/agent/list-prompts">
  Lists all prompts matching the specified criteria.
</Card>

<Card title="Send To Agent Execution" href="/docs/api-reference/generated/agent/send-to-agent-execution">
  Sends user input to an active agent run.
</Card>

<Card title="Start Agent" href="/docs/api-reference/generated/agent/start-agent">
  Starts (or triggers) an agent run using a provided agent.
</Card>

<Card title="Stop Agent Execution" href="/docs/api-reference/generated/agent/stop-agent-execution">
  Stops an active agent execution.
</Card>

<Card title="Update Prompt" href="/docs/api-reference/generated/agent/update-prompt">
  Updates an existing prompt.
</Card>
