Pydantic Logfire connector
Back to the connector overview, authentication methods, and actions.
10 Sept 2026
breaking new-actions auth guideAdded variable-type and organization-invitation actions, plus an optional Project API Key for the variable-type actions. Removed the alert channel schedule field, which Logfire gives customers no way to create.Added · 4 new actions
Added · 4 new actions
logfire_create_variable_type, logfire_get_variable_type_by_name, logfire_list_organization_invitations, logfire_list_variable_typesChanged · 17 actions updated
Changed · 17 actions updated
logfire_create_alert, logfire_create_channel, logfire_create_dashboard, logfire_create_organization_invitation, logfire_create_variable, logfire_delete_current_organization, logfire_get_dashboard, logfire_list_alerts, logfire_list_channels, logfire_list_dashboards, logfire_list_projects, logfire_update_alert, logfire_update_channel, logfire_update_current_organization, logfire_update_dashboard, logfire_update_project, logfire_update_variable9 Sept 2026
new-actions new-params description-fix guide-changes- Replaced the deprecated /v1/organizations/ actions with their current equivalents (/v1/organization/, /v1/instance/organizations/, /v1/invitations/) and updated scopes accordingly.
- Added missing body params from the API spec — environments (create/update alert) and template_inputs_schema (create/update variable).
- Added spec constraints — project_name and description length/pattern rules, type_id uuid format, and made variable overrides required.
-
Clarified alert time_window/frequency/watermark as ISO 8601 durations and added format:uuid rules to all UUID path params.
Added · 6 new actions
logfire_create_instance_organization,logfire_create_organization_invitation,logfire_delete_current_organization,logfire_get_current_organization,logfire_list_instance_organizations,logfire_update_current_organizationRemoved · 6 actions removed
logfire_create_organization,logfire_create_self_hosted_organization_invitation,logfire_delete_organization,logfire_get_organization,logfire_list_organizations,logfire_update_organizationChanged · 22 actions updated
logfire_create_alert,logfire_create_channel,logfire_create_dashboard,logfire_create_project,logfire_create_variable,logfire_delete_alert,logfire_delete_channel,logfire_delete_dashboard,logfire_delete_project,logfire_get_alert,logfire_get_channel,logfire_get_dashboard,logfire_get_project_info,logfire_get_variable_by_name,logfire_get_variables_config,logfire_list_alerts,logfire_list_dashboards,logfire_update_alert,logfire_update_channel,logfire_update_dashboard,logfire_update_project,logfire_update_variable
12 Aug 2026
description-fixRenamed the connector to Pydantic Logfire and switched to the official Pydantic logo.