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

# Runtime Registry Entry • AI Agent SDK

> RuntimeRegistryEntry: Entry in the runtime registry containing runtime metadata.

# RuntimeRegistryEntry

> Defined in the [**registry**](../modules/registry) module.

<Badge color="blue">AI Agent</Badge>

Entry in the runtime registry containing runtime metadata.

## Properties

<ResponseField name="runtime_id" type="str">
  No description available.
</ResponseField>

<ResponseField name="display_name" type="Optional[str]">
  No description available.
</ResponseField>

<ResponseField name="description" type="Optional[str]">
  No description available.
</ResponseField>

<ResponseField name="is_builtin" type="bool">
  No description available.
</ResponseField>

<ResponseField name="metadata" type="Dict[str, Any]">
  No description available.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/runtime/registry.py#L22">
  `praisonaiagents/runtime/registry.py` at line 22
</Card>
