ποΈ 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.
ποΈ ComponentsFilter
Filter which components to return.
ποΈ ComponentsSort
Sorting options for the components list.
ποΈ CreateEnvironmentInput
Create a new environment. Environments are isolated deployment contexts like production, staging, or development, each with independent secrets and configurations.
ποΈ CreateOrganizationInput
Create a new organization. An organization is the top-level container for all your projects, environments, and infrastructure resources.
ποΈ CreateProjectInput
Create a new project. A project is the complete model of your applicationβits infrastructure, architecture, configurations, and environments.
ποΈ Cursor
No description
ποΈ 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.
ποΈ IdFilter
Filter for ID fields. All provided operators are combined with AND.
ποΈ IdentitiesSort
Sorting options for 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.
ποΈ InvitesSort
Sorting options for 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.
ποΈ 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.
ποΈ 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.
ποΈ UpdateProjectInput
Update an existing project's name and description. The ID cannot be changed after creation.
ποΈ ViewerOrganizationsSort
Sorting options for the organizations list.