> ## 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.

# Runner Configurations

> Reference for the Runner Configurations API methods.

## Methods

<Card title="Create Environment Class" href="/docs/api-reference/generated/runner-configuration/create-environment-class">
  Creates a new environment class for a runner.
</Card>

<Card title="Create Host Authentication Token" href="/docs/api-reference/generated/runner-configuration/create-host-authentication-token">
  Creates a new authentication token for accessing remote hosts.
</Card>

<Card title="Create LLM Integration" href="/docs/api-reference/generated/runner-configuration/create-llm-integration">
  Creates a new LLM integration for a runner.
</Card>

<Card title="Create SCM Integration" href="/docs/api-reference/generated/runner-configuration/create-scm-integration">
  Creates a new SCM integration for a runner.
</Card>

<Card title="Delete Host Authentication Token" href="/docs/api-reference/generated/runner-configuration/delete-host-authentication-token">
  Deletes a host authentication token.
</Card>

<Card title="Delete LLM Integration" href="/docs/api-reference/generated/runner-configuration/delete-llm-integration">
  Deletes an LLM integration.
</Card>

<Card title="Delete SCM Integration" href="/docs/api-reference/generated/runner-configuration/delete-scm-integration">
  Deletes an SCM integration.
</Card>

<Card title="Get Environment Class" href="/docs/api-reference/generated/runner-configuration/get-environment-class">
  Gets details about a specific environment class.
</Card>

<Card title="Get Host Authentication Token" href="/docs/api-reference/generated/runner-configuration/get-host-authentication-token">
  Gets details about a specific host authentication token.
</Card>

<Card title="Get LLM Integration" href="/docs/api-reference/generated/runner-configuration/get-llm-integration">
  Gets details about a specific LLM integration.
</Card>

<Card title="Get Runner Configuration Schema" href="/docs/api-reference/generated/runner-configuration/get-runner-configuration-schema">
  Gets the latest runner configuration schema.
</Card>

<Card title="Get SCM Integration" href="/docs/api-reference/generated/runner-configuration/get-scm-integration">
  Gets details about a specific SCM integration.
</Card>

<Card title="List Environment Classes" href="/docs/api-reference/generated/runner-configuration/list-environment-classes">
  Lists environment classes with optional filtering.
</Card>

<Card title="List Host Authentication Tokens" href="/docs/api-reference/generated/runner-configuration/list-host-authentication-tokens">
  Lists host authentication tokens with optional filtering.
</Card>

<Card title="List LLM Integrations" href="/docs/api-reference/generated/runner-configuration/list-llm-integrations">
  Lists LLM integrations for a runner.
</Card>

<Card title="List SCM Integrations" href="/docs/api-reference/generated/runner-configuration/list-scm-integrations">
  Lists SCM integrations for a runner.
</Card>

<Card title="Update Environment Class" href="/docs/api-reference/generated/runner-configuration/update-environment-class">
  Updates an environment class.
</Card>

<Card title="Update Host Authentication Token" href="/docs/api-reference/generated/runner-configuration/update-host-authentication-token">
  Updates an existing host authentication token.
</Card>

<Card title="Update LLM Integration" href="/docs/api-reference/generated/runner-configuration/update-llm-integration">
  Updates an existing LLM integration.
</Card>

<Card title="Update SCM Integration" href="/docs/api-reference/generated/runner-configuration/update-scm-integration">
  Updates an existing SCM integration.
</Card>

<Card title="Validate Runner Configuration" href="/docs/api-reference/generated/runner-configuration/validate-runner-configuration">
  Validates a runner configuration.
</Card>
