How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

PydanticAI Projects API

The Projects API from PydanticAI — 16 operation(s) for projects.

PydanticAI Projects API is one of 17 APIs that PydanticAI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Project. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, pricing, and 1 JSON Schema.

This API exposes 29 operations across 16 paths, and defines 89 schemas. It is described by OpenAPI 3.2.0, at version 0.1.0.

Requests are made against 2 base URLs: https://logfire-us.pydantic.dev/api, https://logfire-eu.pydantic.dev/api.

29 operations 16 paths 89 schemas 5 DELETE10 GET2 PATCH8 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.1.0
Base URL
https://pydantic.dev
Authentication
OAuth 2.0
Terms of Service
Resource Areas
1

Authentication & Security 1

PydanticAI Projects API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2AuthorizationCodeBearer) using the authorizationCode flow, exposing 38 scopes.

Paths & Operations 29

Across 16 paths, the API surfaces 29 operations — 5 DELETE, 10 GET, 2 PATCH, 8 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Projects 29
GET
/v1/projects/
List Projects
list_projects_v1_projects__get → 200429
POST
/v1/projects/
Create Project
create_project_v1_projects__post body → 201429422
GET
/v1/projects/{project_id}/
Get Project Info
get_project_info_v1_projects__project_id___get 1 param → 200429422
PUT
/v1/projects/{project_id}/
Update Project
update_project_v1_projects__project_id___put 1 param body → 200429422
DELETE
/v1/projects/{project_id}/
Delete Project
delete_project_v1_projects__project_id___delete 1 param → 204429422
GET
/v1/projects/{project_id}/dashboards/
List Dashboards
list_dashboards_v1_projects__project_id__dashboards__get 1 param → 200429422
POST
/v1/projects/{project_id}/dashboards/
Create Dashboard
create_dashboard_v1_projects__project_id__dashboards__post 1 param body → 200429409422
GET
/v1/projects/{project_id}/dashboards/{dashboard_id}/
Get Dashboard
get_dashboard_v1_projects__project_id__dashboards__dashboard_id___get 2 params → 200429422
PUT
/v1/projects/{project_id}/dashboards/{dashboard_id}/
Update Dashboard
update_dashboard_v1_projects__project_id__dashboards__dashboard_id___put 2 params body → 200429409422
DELETE
/v1/projects/{project_id}/dashboards/{dashboard_id}/
Delete Dashboard
delete_dashboard_v1_projects__project_id__dashboards__dashboard_id___delete 2 params → 204429422
GET
/v1/projects/{project_id}/alerts/
List Alerts
list_alerts_v1_projects__project_id__alerts__get 1 param → 200429422
POST
/v1/projects/{project_id}/alerts/
Create Alert
create_alert_v1_projects__project_id__alerts__post 1 param body → 201429422
GET
/v1/projects/{project_id}/alerts/{alert_id}/
Get Alert
get_alert_v1_projects__project_id__alerts__alert_id___get 2 params → 200429422
PUT
/v1/projects/{project_id}/alerts/{alert_id}/
Update Alert
update_alert_v1_projects__project_id__alerts__alert_id___put 2 params body → 200429422
DELETE
/v1/projects/{project_id}/alerts/{alert_id}/
Delete Alert
delete_alert_v1_projects__project_id__alerts__alert_id___delete 2 params → 204429422
POST
/v1/projects/{project_id}/write-tokens/
Create Write Token
create_write_token_v1_projects__project_id__write_tokens__post 1 param body → 201429422
GET
/v1/projects/{project_id}/write-tokens/
List Write Tokens
list_write_tokens_v1_projects__project_id__write_tokens__get 1 param → 200429422
POST
/v1/projects/{project_id}/write-tokens/{token_id}/rotate/
Rotate Write Token
rotate_write_token_v1_projects__project_id__write_tokens__token_id__rotate__post 2 params → 201429404422
PATCH
/v1/projects/{project_id}/write-tokens/{token_id}/expire/
Expire Write Token
expire_write_token_v1_projects__project_id__write_tokens__token_id__expire__patch 2 params → 204429404422
DELETE
/v1/projects/{project_id}/write-tokens/{token_id}/
Revoke Write Token
revoke_write_token_v1_projects__project_id__write_tokens__token_id___delete 2 params → 204429404422
POST
/v1/projects/{project_id}/read-tokens/
Create Read Token
create_read_token_v1_projects__project_id__read_tokens__post 1 param body → 201429422
GET
/v1/projects/{project_id}/read-tokens/
List Read Tokens
list_read_tokens_v1_projects__project_id__read_tokens__get 1 param → 200429422
POST
/v1/projects/{project_id}/read-tokens/{token_id}/rotate/
Rotate Read Token
rotate_read_token_v1_projects__project_id__read_tokens__token_id__rotate__post 2 params → 201429404422
PATCH
/v1/projects/{project_id}/read-tokens/{token_id}/expire/
Expire Read Token
expire_read_token_v1_projects__project_id__read_tokens__token_id__expire__patch 2 params → 204429404422
DELETE
/v1/projects/{project_id}/read-tokens/{token_id}/
Revoke Read Token
revoke_read_token_v1_projects__project_id__read_tokens__token_id___delete 2 params → 204429404422
GET
/v1/projects/{project_id}/variables/
Get Variables Config
get_variables_config_v1_projects__project_id__variables__get 1 param → 200429422
POST
/v1/projects/{project_id}/variables/
Create Variable
create_variable_v1_projects__project_id__variables__post 1 param body → 201429422
GET
/v1/projects/{project_id}/variables/{name}/
Get Variable By Name
get_variable_by_name_v1_projects__project_id__variables__name___get 2 params → 200429422
PUT
/v1/projects/{project_id}/variables/{name}/
Update Variable
update_variable_v1_projects__project_id__variables__name___put 2 params body → 200429422

Schemas 89

The contract defines 89 schemas that model the data the API accepts and returns. The most detailed are VariableDefinitionRead (22 properties), AlertWithLastRun (21 properties), AlertRead (16 properties), VariableConfig (14 properties). Each schema is shown below with its type and property counts.

DashboardCreate
object
3 properties 3 required
HTTPExceptionError
object
1 property 1 required
LabelRef
object
A label pointing via reference to another label, 'latest', or 'codedefault'.
2 properties 1 required
LabelRefLabelData
object
Label data pointing to another label.
2 properties 2 required
DashboardGridDisplay
object
2 properties
LatestVersion
object
The latest version of a variable, always carrying its serialized value.
2 properties 2 required
AlertChannelAssignment
object
2 properties 1 required
VariableConfig
object
Configuration for a single managed variable including labels and rollout rules.
14 properties 4 required
DashboardPlugin
object
2 properties 2 required
DashboardLayout-Output
object
2 properties 2 required
DashboardCreateRequest
object
3 properties 3 required
DashboardCreateSpec
object
7 properties 3 required
DashboardPanelSpec-Output
object
5 properties 2 required
DashboardCollapse
object
1 property 1 required
ReadTokenPublicAPIRead
object
6 properties 6 required
ProjectListRead
object
7 properties 7 required
ValueDoesNotMatchRegex
object
Condition that matches when an attribute value does not match a regex pattern.
3 properties 2 required
ValueIsNotIn
object
Condition that matches when an attribute value is not in a set of values.
3 properties 2 required
CreateReadTokenInput
object
1 property
RolloutOverride
object
An override of the default rollout when specific conditions are met.
2 properties 2 required
CodeDefaultLabelData
object
Label data indicating to use the code default value.
1 property 1 required
ValueEquals
object
Condition that matches when an attribute equals a specific value.
3 properties 2 required
AlertRead
object
16 properties 16 required
DashboardDatasourceSpec
object
3 properties 2 required
DashboardDefinitionRead
object
3 properties 3 required
Opsgenie
object
3 properties 2 required
CreateWriteTokenOutput
object
6 properties 6 required
JSONBData
Dashboard
object
10 properties 10 required
ValueMatchesRegex
object
Condition that matches when an attribute value matches a regex pattern.
3 properties 2 required
Webhook
object
3 properties 3 required
ValueDoesNotEqual
object
Condition that matches when an attribute does not equal a specific value.
3 properties 2 required
PanelRef
object
1 property 1 required
DashboardProjectMetadataRead
object
5 properties 2 required
OverrideData
object
Override configuration stored as JSONB.
4 properties 2 required
DashboardPanelLink
object
5 properties
DashboardListVariable-Output
object
2 properties 2 required
DashboardMetadataCreate
object
2 properties 2 required
ProjectRead
object
6 properties 6 required
AlertUpdate
object
The fields that can be updated on an alert.
10 properties
DashboardPanelSpec-Input
object
5 properties 2 required
AlertCreate
object
10 properties 7 required
HTTPValidationError
object
1 property
VariablesConfig
object
Container for all managed variable configurations.
1 property 1 required
WebhookFormat
string
DashboardVariable-Output
DashboardGridSpec-Output
object
2 properties 1 required
DashboardPanel-Input
object
2 properties 2 required
LabelRead
object
A label as read from the database.
11 properties 11 required
ConditionData
object
Condition for targeting, stored as JSONB. Different condition types have different fields, so all are optional. The 'kind' field determines which other fields…
5 properties
VariableDefinitionRead
object
Variable definition with current labels and latest version assembled.
22 properties 22 required
VariableDefinitionUpdateRequest
object
Request model for updating a variable definition. Should be the same as VariableDefinitionCreateRequest, just with total=False.
11 properties
DashboardLayout-Input
object
2 properties 2 required
WriteTokenRead
object
9 properties 9 required
ProjectCreate
object
3 properties 1 required
LatestLabelData
object
Label data pointing to the latest version.
1 property 1 required
CreateWriteTokenInput
object
1 property
DashboardGridItem
object
5 properties 5 required
DashboardQuery
object
2 properties 2 required
VersionLabelData
object
Label data pointing to a version by serialized value.
3 properties 2 required
VersionRead
object
A version as read from the database.
8 properties 8 required
KeyIsNotPresent
object
Condition that matches when an attribute key is not present.
2 properties 1 required
ReadTokenRead
object
9 properties 9 required
ValueIsIn
object
Condition that matches when an attribute value is in a set of values.
3 properties 2 required
DashboardTextVariable-Output
object
2 properties 2 required
DashboardDisplay
object
2 properties 1 required
DashboardUpdateRequest
object
3 properties
Rollout
object
Configuration for label selection with weighted probabilities.
1 property 1 required
RolloutData
object
Rollout configuration stored as JSONB.
2 properties 1 required
DashboardVariable-Input
LabeledValue
object
A label pointing to a version with an inline serialized value.
2 properties 2 required
DashboardSpec
object
7 properties 4 required
DashboardListVariable-Input
object
2 properties 2 required
DashboardPanel-Output
object
2 properties 2 required
DashboardPanelDisplay
object
2 properties 1 required
GetDashboardResponse
object
1 property 1 required
ProjectUpdate
object
3 properties
AlertWithLastRun
object
21 properties 21 required
ValidationError
object
5 properties 3 required
KeyIsPresent
object
Condition that matches when an attribute key is present.
2 properties 1 required
Notification
object
2 properties 2 required
VariableDefinitionCreateRequest
object
Request model for creating a variable definition.
11 properties 5 required
DashboardTextVariable-Input
object
2 properties 2 required
DashboardVariableDisplay
object
3 properties
DashboardListVariableSpec
object
9 properties 4 required
DashboardSummary
object
9 properties 9 required
AlertChannelRead
object
10 properties 10 required
DashboardGridSpec-Input
object
2 properties 1 required
DashboardTextVariableSpec
object
4 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

pydantic-ai-projects-api-openapi.yml Raw ↑

Other APIs PydanticAI publishes across the network.

PydanticAI Alerts API
PydanticAI API Keys API
PydanticAI Audit Logs API
PydanticAI Billing API
PydanticAI Channels API
PydanticAI Dashboards API
PydanticAI discovery API
PydanticAI Group Mappings API
PydanticAI Instance API
PydanticAI Invitations API
PydanticAI Members API
PydanticAI OAuth API
Where this information came from

This is an independent, third-party profile of PydanticAI Projects API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.