# load_credentials

> **Function** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/auth_store/load_credentials)

Return all stored credentials keyed by provider name.

## Signature

```python
load_credentials() -> dict[str, StoredCredential]
```

## Returns

`dict[str, StoredCredential]`

Mapping of provider name to its stored credential. Empty when no

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/64d45f67c86edb4df2ced0e7b82f1a8fd158ec8c/libs/cli/deepagents_cli/auth_store.py#L217)