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

# Created At • Rust AI Agent SDK

> created_at: Session creation timestamp.

# created\_at

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**GatewaySessionProtocol**](../classes/GatewaySessionProtocol) class in the [**gateway**](../modules/gateway) module.

Session creation timestamp.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def created_at(&self) -> f64
```

### Returns

<ResponseField name="Returns" type="f64">
  The result of the operation.
</ResponseField>
