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

# Target Info • AI Agent SDK

> TargetInfo: A reachable delivery target the agent can address.

# TargetInfo

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

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

A reachable delivery target the agent can address.

Attributes:
target: The token to pass to `send` (e.g. "origin", "slack:#ops").
platform: Platform name (e.g. "telegram", "slack").
kind: Target kind ("origin", "home", or "alias").
label: Friendly label for display to the model/user.

## Properties

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

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

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

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

## Methods

<CardGroup cols={2}>
  <Card title="as_dict()" icon="function" href="../functions/TargetInfo-as_dict">
    Convert to a serializable dictionary.
  </Card>
</CardGroup>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/gateway/protocols.py#L2464">
  `praisonaiagents/gateway/protocols.py` at line 2464
</Card>
