ποΈ AddComponentInput
Add an infrastructure component to a project's blueprint. Each component is a specific instance of a bundle (like a Redis cache or PostgreSQL database) that composes with other components to form your application.
ποΈ AuditLogActorTypeFilter
Filter by the type of actor that performed the action.
ποΈ AuditLogsFilter
Filter which audit logs to return.
ποΈ AuditLogsSort
Sorting options for the audit logs list.
ποΈ ComponentsFilter
Filter which components to return.
ποΈ ComponentsSort
Sorting options for the components list.
ποΈ CreateAccessTokenInput
Create a scoped, time-limited access token for API authentication.
ποΈ CreateEnvironmentInput
Create a new environment. Environments are isolated deployment contexts like production, staging, or development, each with independent secrets and configurations.
ποΈ CreateGroupInput
Create a new group. Groups control which projects members can access.
ποΈ CreateIntegrationInput
Create and activate an integration for your organization. The config and auth payloads must conform to the integration type's configSchema and authSchema respectively.
ποΈ CreateOrganizationInput
Create a new organization. An organization is the top-level container for all your projects, environments, and infrastructure resources.
ποΈ CreateOrganizationTagConstraintInput
Define a structural tag constraint for your organization. Tag constraints control which tags can be set on resources at each level of the hierarchy.
ποΈ CreateProjectInput
Create a new project. A project is the complete model of your applicationβits infrastructure, architecture, configurations, and environments.
ποΈ CreateServiceAccountInput
Create a new service account for programmatic API access.
ποΈ Cursor
No description
ποΈ DatetimeFilter
Filter for datetime fields. All provided operators are combined with AND.
ποΈ DeploymentActionFilter
Filter for deployment action. All provided operators are combined with AND.
ποΈ DeploymentStatusFilter
Filter for deployment status. All provided operators are combined with AND.
ποΈ DeploymentsFilter
Filter which deployments to return.
ποΈ DeploymentsSort
Sorting options for the deployments list.
ποΈ EnvironmentsFilter
Filter which environments to return.
ποΈ EnvironmentsSort
Sorting options for the environments list.
ποΈ GroupsSort
Sorting options for the groups list.
ποΈ IdFilter
Filter for ID fields. All provided operators are combined with AND.
ποΈ IdentitiesSort
Sorting options for the identities list.
ποΈ InstanceStatusFilter
Filter for instance status. All provided operators are combined with AND.
ποΈ InstancesFilter
Filter which instances to return.
ποΈ InstancesSort
Sorting options for the instances list.
ποΈ IntegrationStatusFilter
Filter for integration status.
ποΈ IntegrationsFilter
Filter options for the integrations list.
ποΈ IntegrationsSort
Sorting options for the integrations list.
ποΈ InvitesSort
Sorting options for the invites list.
ποΈ LinkComponentsInput
Create a link between two components in a project's blueprint. Links connect an output field on the source component to an input field on the destination component, establishing data flow between infrastructure resources.
ποΈ LinksFilter
Filter which links to return.
ποΈ LinksSort
Sorting options for the links list.
ποΈ OciRepoNameFilter
Filter by OCI repository name.
ποΈ OrganizationTagConstraintsSort
Sorting options for the tag constraints list.
ποΈ ParamDimensionFilter
Filter instances by a configuration parameter value at a specific path.
ποΈ ParamDimensionsFilter
Filter which param dimensions to return. Scopes which instances' schemas are introspected.
ποΈ ParamDimensionsSort
Sorting options for the param dimensions list.
ποΈ ProjectsSort
Sorting options for the projects list.
ποΈ RemoveRemoteReferenceInput
Remove a remote reference from an instance. The reference can only be removed if no provisioned instances are connected through it.
ποΈ SetComponentPositionInput
Set the position of a component on the canvas.
ποΈ SetRemoteReferenceInput
Link an instance's resource field to a resource from another project or an imported resource. The instance must not be in a provisioned or failed state.
ποΈ StringFilter
Filter for string fields. All provided operators are combined with AND.
ποΈ UpdateEnvironmentInput
Update an existing environment's name and description. The ID cannot be changed after creation.
ποΈ UpdateGroupInput
Update a group's name or description.
ποΈ UpdateProjectInput
Update an existing project's name and description. The ID cannot be changed after creation.
ποΈ ViewerOrganizationsSort
Sorting options for the organizations list.