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

# Send Decision • AI Agent SDK

> SendDecision: Closed decision shape for an outbound send-policy evaluation.

# SendDecision

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

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

Closed decision shape for an outbound send-policy evaluation.

Attributes:
allow: Whether the send to the requested target is permitted.
reason: Optional model-readable explanation (used in the
:class:`DeliveryResult` detail when denied).

## Properties

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

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

## Source

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