Skip to main content
Pydantic Logfire
Previewv2.0.0
34 actions · 1 auth method
Observability

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See Organizations & Projects.
2

Configure the Connector

Enable the connector and set up a Connector Profile in your project. See Setup Connector Profile.

Connector Profile · API Key

Connect your Logfire account using an API key generated from the Logfire organization settings.
3

Link an Account

Link an account from the dashboard (or via StackOne Hub).See the guide for the authentication type chosen in the Connector Profile:

Link Account · API Key

4

Use Actions

Connect an AI platform to the linked account’s actions. See AI Platforms.Other ways to call actions are listed in Protocols & SDKs.

Actions

|
34 actions
Action
Description
Required scopes
List Projects
List all projects accessible to the authenticated user
Create Project
Create a new project. Returns HTTP 400 “Projects limit reached” when the account’s project quota is full.
Get Project Info
Get details of a specific project
Update Project
Update an existing project
Delete Project
Delete a project
Get Current Organization
Read the details of the organization the API key belongs to.
Update Current Organization
Update the details of the organization the API key belongs to.
Delete Current Organization
Permanently delete the organization the API key belongs to.
List Instance Organizations
List all organizations across the self-hosted instance. Requires the instance:admin scope — returns HTTP 403 on Logfire…
Create Instance Organization
Create an organization across the self-hosted instance. Requires the instance:admin scope — returns HTTP 403 on Logfire…
Create Organization Invitation
Create a single-use organization invitation for the current organization.
List Organization Invitations
List the outstanding invitations for the organization the API key belongs to, including each invitation’s expiry and usa…
List Alerts
List all alerts for a project.
Create Alert
Create a new alert.
Get Alert
Get an alert.
Update Alert
Update an alert.
Delete Alert
Delete an alert.
List Channels
List all notification channels for the organization the project belongs to.
Create Channel
Create a notification channel. The pagerduty-integration and slack-integration types require that integration to be inst…
Get Channel
Get a single notification channel by ID
Update Channel
Update a notification channel. The pagerduty-integration and slack-integration types require that integration to be inst…
Delete Channel
Delete a notification channel.
List Dashboards
List Dashboards
Create Dashboard
Create Dashboard
Get Dashboard
Get Dashboard
Update Dashboard
Update Dashboard
Delete Dashboard
Delete Dashboard
Get Variables Config
Get the full variables configuration for a project.
Create Variable
Create a new variable definition, optionally with labels and versions.
Get Variable By Name
Get a variable definition by name with current labels and latest version.
Update Variable
Update an existing variable definition, optionally with labels and versions.
List Variable Types
List the reusable variable type definitions for a project, including each type’s id. Requires the optional Project API K…
Create Variable Type
Create or update (upsert by name) a reusable variable type definition. Requires the optional Project API Key.
Get Variable Type By Name
Look up one reusable variable type by its exact name and return its id. Requires the optional Project API Key.