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

# Admin.Storage.Outbound

> Typed SDK access to the Admin.Storage.Outbound resource — methods and HTTP routes.

## Typed access

`Admin.Storage.Outbound` operations are reached via `client.Api.Storage.Outbound` on `EksoClient`.

```csharp theme={null}
await client.Api.Storage.Outbound.ListOutboundAsync();
```

For the full set of methods and request/response types, your IDE's auto-completion
is the fastest discovery path. Each method below maps 1-to-1 to an HTTP route in
the [API Reference](/api-reference/introduction).

## Operations

| Method | Route                   | Summary                                                                 |
| ------ | ----------------------- | ----------------------------------------------------------------------- |
| `GET`  | `/api/storage/outbound` | Retrieves the outbound storage configuration (Local or S3 credentials). |
| `PUT`  | `/api/storage/outbound` | Replaces the outbound storage configuration with the provided settings. |

## See also

* [SDK overview](/sdk/overview)
* [Authentication](/sdk/authentication)
* [Quickstart](/sdk/quickstart)
* [Error handling](/sdk/error-handling)
