Pydantic Logfire
Mirror every captured session into Logfire live, as traces, the moment
Claude Code / Codex hooks fire. No separate export step once enabled.
- status
-
{% if logfire.enabled and logfire.has_token %}
enabled
{% else %}
disabled
{% endif %}
- gateway key
- {% if logfire.token_suffix %}...{{ logfire.token_suffix }}{% else %}(none saved){% endif %}
- project
- {{ logfire.project or "(unset)" }}
- package
-
{% if logfire.package_installed %}installed{% else %}
not installed —
pip install 'thrdi[logfire]'
{% endif %}