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

# Rate Limit Decision • AI Agent SDK

> RateLimitDecision: Result of a rate-limit evaluation.

# RateLimitDecision

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

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

Result of a rate-limit evaluation.

Attributes:
allowed: Whether the request may proceed.
retry\_after\_seconds: Backoff hint populated when `allowed` is
`False` (seconds until the caller may retry); `None` when
allowed.

## Properties

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

<ResponseField name="retry_after_seconds" type="Optional[float]">
  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#L3604">
  `praisonaiagents/gateway/protocols.py` at line 3604
</Card>
