# get_stored_project

> **Function** in `deepagents_code`

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

Return the LangSmith project paired with `provider`'s stored key, or `None`.

Returns `None` when no key is stored and when a key is stored without a
custom project (the user left the field blank, meaning "use the default").

## Signature

```python
get_stored_project(
    provider: str,
) -> str | None
```

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/e14e0adcbe78565ed3650e7f24b2a775d5437d25/libs/code/deepagents_code/auth_store.py#L410)