Port · Capability

Port API

Port API API capability.

Run with Naftiko PortAPI

What You Can Do

GET
Get v1 blueprints blueprint identifier permissio — Get a blueprint's permissions
/v1/blueprints/{blueprint_identifier}/permissions
PATCH
Patch v1 blueprints blueprint identifier permiss — Update a blueprint's permissions
/v1/blueprints/{blueprint_identifier}/permissions
POST
Post v1 blueprints blueprint identifier permissi — Simulate permissions for a user
/v1/blueprints/{blueprint_identifier}/permissions/simulate
GET
Get v1 pages page identifier permissions — Get a page's permissions
/v1/pages/{page_identifier}/permissions
PATCH
Patch v1 pages page identifier permissions — Update a page's permissions
/v1/pages/{page_identifier}/permissions
POST
Post v1 auth access token — Create an access token
/v1/auth/access_token
POST
Post v1 blueprints blueprint identifier entities — Create an entity
/v1/blueprints/{blueprint_identifier}/entities
GET
Get v1 blueprints blueprint identifier entities — Get all entities of a blueprint
/v1/blueprints/{blueprint_identifier}/entities
POST
Post v1 blueprints blueprint identifier entities — Create multiple entities
/v1/blueprints/{blueprint_identifier}/entities/bulk
PATCH
Patch v1 blueprints blueprint identifier entitie — Update an entity
/v1/blueprints/{blueprint_identifier}/entities/{entity_identifier}
PUT
Put v1 blueprints blueprint identifier entities — Change an entity
/v1/blueprints/{blueprint_identifier}/entities/{entity_identifier}
GET
Get v1 blueprints blueprint identifier entities — Get an entity
/v1/blueprints/{blueprint_identifier}/entities/{entity_identifier}
DELETE
Delete v1 blueprints blueprint identifier entiti — Delete an entity
/v1/blueprints/{blueprint_identifier}/entities/{entity_identifier}
GET
Get v1 blueprints blueprint identifier entities — Get a blueprint's entity count
/v1/blueprints/{blueprint_identifier}/entities-count
DELETE
Delete v1 blueprints blueprint identifier all en — Delete all entities of a blueprint
/v1/blueprints/{blueprint_identifier}/all-entities
POST
Post v1 blueprints blueprint identifier bulk ent — Delete multiple entities
/v1/blueprints/{blueprint_identifier}/bulk/entities/delete
POST
Post v1 entities search — Search entities
/v1/entities/search
POST
Post v1 blueprints blueprint identifier entities — Search a blueprint's entities
/v1/blueprints/{blueprint_identifier}/entities/search
POST
Post v1 entities aggregate — Aggregate entities
/v1/entities/aggregate
POST
Post v1 entities aggregate over time — Aggregate entities over time
/v1/entities/aggregate-over-time
POST
Post v1 entities properties history — Fetch the history of an entity's properties
/v1/entities/properties-history
GET
Get v1 blueprints — Get all blueprints
/v1/blueprints
POST
Post v1 blueprints — Create a blueprint
/v1/blueprints
GET
Get v1 blueprints identifier — Get a blueprint
/v1/blueprints/{identifier}
PUT
Put v1 blueprints identifier — Change a blueprint
/v1/blueprints/{identifier}
PATCH
Patch v1 blueprints identifier — Update a blueprint
/v1/blueprints/{identifier}
DELETE
Delete v1 blueprints identifier — Delete a blueprint
/v1/blueprints/{identifier}
PATCH
Patch v1 blueprints blueprint identifier propert — Rename a property in a blueprint
/v1/blueprints/{blueprint_identifier}/properties/{property_identifier}/rename
PATCH
Patch v1 blueprints blueprint identifier mirror — Rename a blueprint's mirror property
/v1/blueprints/{blueprint_identifier}/mirror/{property_identifier}/rename
PATCH
Patch v1 blueprints blueprint identifier relatio — Rename a blueprint's relation
/v1/blueprints/{blueprint_identifier}/relations/{relation_identifier}/rename
POST
Post v1 actions — Create an action/automation
/v1/actions
GET
Get v1 actions — Get actions/automations
/v1/actions
PUT
Put v1 actions action identifier — Change an action/automation
/v1/actions/{action_identifier}
GET
Get v1 actions action identifier — Get an action/automation
/v1/actions/{action_identifier}
DELETE
Delete v1 actions action identifier — Delete an action/automation
/v1/actions/{action_identifier}
POST
Post v1 blueprints blueprint identifier actions — This route is deprecated since November 20th 2024
/v1/blueprints/{blueprint_identifier}/actions
PUT
Put v1 blueprints blueprint identifier actions — This route is deprecated since November 20th 2024
/v1/blueprints/{blueprint_identifier}/actions
GET
Get v1 blueprints blueprint identifier actions — This route is deprecated since November 20th 2024
/v1/blueprints/{blueprint_identifier}/actions
PUT
Put v1 blueprints blueprint identifier actions a — This route is deprecated since November 20th 2024
/v1/blueprints/{blueprint_identifier}/actions/{action_identifier}
GET
Get v1 blueprints blueprint identifier actions a — This route is deprecated since November 20th 2024
/v1/blueprints/{blueprint_identifier}/actions/{action_identifier}
DELETE
Delete v1 blueprints blueprint identifier action — This route is deprecated since November 20th 2024
/v1/blueprints/{blueprint_identifier}/actions/{action_identifier}
POST
Post v1 actions action identifier runs — Execute a self-service action
/v1/actions/{action_identifier}/runs
PATCH
Patch v1 actions runs run id — Update an action run
/v1/actions/runs/{run_id}
GET
Get v1 actions runs run id — Get an action run's details
/v1/actions/runs/{run_id}
PATCH
Patch v1 actions runs run id approval — Approve an action run
/v1/actions/runs/{run_id}/approval
GET
Get v1 actions runs — Get all action runs
/v1/actions/runs
POST
Post v1 actions runs run id logs — Add a log to an action run
/v1/actions/runs/{run_id}/logs
GET
Get v1 actions runs run id logs — Get an action's run logs
/v1/actions/runs/{run_id}/logs
GET
Get v1 actions runs run id approvers — Get an action run's approvers
/v1/actions/runs/{run_id}/approvers
GET
Get v1 pages — Get all pages in your portal
/v1/pages
POST
Post v1 pages — Create pages in your portal
/v1/pages
GET
Get v1 pages identifier — Get a page
/v1/pages/{identifier}
PATCH
Patch v1 pages identifier — Patch a page
/v1/pages/{identifier}
DELETE
Delete v1 pages identifier — Delete a page
/v1/pages/{identifier}
POST
Post v1 pages identifier duplicate — Duplicate a page
/v1/pages/{identifier}/duplicate
POST
Post v1 pages page identifier widgets — Create a widget
/v1/pages/{page_identifier}/widgets
PATCH
Patch v1 pages page identifier widgets widget id — Update a widget
/v1/pages/{page_identifier}/widgets/{widget_id}
DELETE
Delete v1 pages page identifier widgets widget i — Delete a widget
/v1/pages/{page_identifier}/widgets/{widget_id}
GET
Get v1 organization — Get organization details
/v1/organization
PUT
Put v1 organization — Change organization details
/v1/organization

MCP Tools

get-v1-blueprints-blueprint-identifier-permissio

Get a blueprint's permissions

read-only idempotent
patch-v1-blueprints-blueprint-identifier-permiss

Update a blueprint's permissions

post-v1-blueprints-blueprint-identifier-permissi

Simulate permissions for a user

get-v1-pages-page-identifier-permissions

Get a page's permissions

read-only idempotent
patch-v1-pages-page-identifier-permissions

Update a page's permissions

post-v1-auth-access-token

Create an access token

post-v1-blueprints-blueprint-identifier-entities

Create an entity

get-v1-blueprints-blueprint-identifier-entities

Get all entities of a blueprint

read-only idempotent
post-v1-blueprints-blueprint-identifier-entities

Create multiple entities

patch-v1-blueprints-blueprint-identifier-entitie

Update an entity

put-v1-blueprints-blueprint-identifier-entities-

Change an entity

idempotent
get-v1-blueprints-blueprint-identifier-entities-

Get an entity

read-only idempotent
delete-v1-blueprints-blueprint-identifier-entiti

Delete an entity

idempotent
get-v1-blueprints-blueprint-identifier-entities-

Get a blueprint's entity count

read-only idempotent
delete-v1-blueprints-blueprint-identifier-all-en

Delete all entities of a blueprint

idempotent
post-v1-blueprints-blueprint-identifier-bulk-ent

Delete multiple entities

post-v1-entities-search

Search entities

post-v1-blueprints-blueprint-identifier-entities

Search a blueprint's entities

post-v1-entities-aggregate

Aggregate entities

post-v1-entities-aggregate-over-time

Aggregate entities over time

post-v1-entities-properties-history

Fetch the history of an entity's properties

get-v1-blueprints

Get all blueprints

read-only idempotent
post-v1-blueprints

Create a blueprint

get-v1-blueprints-identifier

Get a blueprint

read-only idempotent
put-v1-blueprints-identifier

Change a blueprint

idempotent
patch-v1-blueprints-identifier

Update a blueprint

delete-v1-blueprints-identifier

Delete a blueprint

idempotent
patch-v1-blueprints-blueprint-identifier-propert

Rename a property in a blueprint

patch-v1-blueprints-blueprint-identifier-mirror-

Rename a blueprint's mirror property

patch-v1-blueprints-blueprint-identifier-relatio

Rename a blueprint's relation

post-v1-actions

Create an action/automation

get-v1-actions

Get actions/automations

read-only idempotent
put-v1-actions-action-identifier

Change an action/automation

idempotent
get-v1-actions-action-identifier

Get an action/automation

read-only idempotent
delete-v1-actions-action-identifier

Delete an action/automation

idempotent
post-v1-blueprints-blueprint-identifier-actions

This route is deprecated since November 20th 2024

put-v1-blueprints-blueprint-identifier-actions

This route is deprecated since November 20th 2024

idempotent
get-v1-blueprints-blueprint-identifier-actions

This route is deprecated since November 20th 2024

read-only idempotent
put-v1-blueprints-blueprint-identifier-actions-a

This route is deprecated since November 20th 2024

idempotent
get-v1-blueprints-blueprint-identifier-actions-a

This route is deprecated since November 20th 2024

read-only idempotent
delete-v1-blueprints-blueprint-identifier-action

This route is deprecated since November 20th 2024

idempotent
post-v1-actions-action-identifier-runs

Execute a self-service action

patch-v1-actions-runs-run-id

Update an action run

get-v1-actions-runs-run-id

Get an action run's details

read-only idempotent
patch-v1-actions-runs-run-id-approval

Approve an action run

get-v1-actions-runs

Get all action runs

read-only idempotent
post-v1-actions-runs-run-id-logs

Add a log to an action run

get-v1-actions-runs-run-id-logs

Get an action's run logs

read-only idempotent
get-v1-actions-runs-run-id-approvers

Get an action run's approvers

read-only idempotent
get-v1-pages

Get all pages in your portal

read-only idempotent
post-v1-pages

Create pages in your portal

get-v1-pages-identifier

Get a page

read-only idempotent
patch-v1-pages-identifier

Patch a page

delete-v1-pages-identifier

Delete a page

idempotent
post-v1-pages-identifier-duplicate

Duplicate a page

post-v1-pages-page-identifier-widgets

Create a widget

patch-v1-pages-page-identifier-widgets-widget-id

Update a widget

delete-v1-pages-page-identifier-widgets-widget-i

Delete a widget

idempotent
get-v1-organization

Get organization details

read-only idempotent
put-v1-organization

Change organization details

idempotent

Capability Spec

port-capability.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Port API
  description: Port API API capability.
  tags:
  - Port
  - API
  created: '2026-05-06'
  modified: '2026-05-06'
capability:
  consumes:
  - type: http
    namespace: port
    baseUri: https://api.example.com
    description: Port API HTTP API.
    authentication:
      type: apikey
      in: header
      name: Authorization
      value: '{{PORT_TOKEN}}'
    resources:
    - name: v1-blueprints-blueprint-identifier-permissions
      path: /v1/blueprints/{blueprint_identifier}/permissions
      operations:
      - name: get-v1-blueprints-blueprint-identifier-permissio
        method: GET
        description: Get a blueprint's permissions
        inputParameters:
        - name: blueprint_identifier
          in: path
          type: string
          required: true
          description: The identifier of the blueprint to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch-v1-blueprints-blueprint-identifier-permiss
        method: PATCH
        description: Update a blueprint's permissions
        inputParameters:
        - name: blueprint_identifier
          in: path
          type: string
          required: true
          description: The identifier of the blueprint to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-blueprints-blueprint-identifier-permissions-s
      path: /v1/blueprints/{blueprint_identifier}/permissions/simulate
      operations:
      - name: post-v1-blueprints-blueprint-identifier-permissi
        method: POST
        description: Simulate permissions for a user
        inputParameters:
        - name: blueprint_identifier
          in: path
          type: string
          required: true
          description: The identifier of the blueprint to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-pages-page-identifier-permissions
      path: /v1/pages/{page_identifier}/permissions
      operations:
      - name: get-v1-pages-page-identifier-permissions
        method: GET
        description: Get a page's permissions
        inputParameters:
        - name: page_identifier
          in: path
          type: string
          required: true
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch-v1-pages-page-identifier-permissions
        method: PATCH
        description: Update a page's permissions
        inputParameters:
        - name: page_identifier
          in: path
          type: string
          required: true
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-auth-access-token
      path: /v1/auth/access_token
      operations:
      - name: post-v1-auth-access-token
        method: POST
        description: Create an access token
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-blueprints-blueprint-identifier-entities
      path: /v1/blueprints/{blueprint_identifier}/entities
      operations:
      - name: post-v1-blueprints-blueprint-identifier-entities
        method: POST
        description: Create an entity
        inputParameters:
        - name: upsert
          in: query
          type: boolean
          required: true
          description: If `true`, this call will override the entire entity/ies, if it/they already exist/s.
        - name: validation_only
          in: query
          type: boolean
          description: If `true`, this call will only validate the entity/ies and return the validation errors.
        - name: create_missing_related_entities
          in: query
          type: boolean
          description: If `true`, this call will also create missing related entities.<br/>This is useful when you want to
            create an entity and its related entities in one call, or if
        - name: merge
          in: query
          type: boolean
          description: If `true` and `upsert` is also `true`, this call will update the entity/ies, if it/they already exist/s.
        - name: run_id
          in: query
          type: string
          description: You can provide a `run_id` to associate the created entities with a specific [action run](https://docs.port.io/create-self-service-experiences/reflect-action-pr
        - name: ocean_info_resync_id
          in: query
          type: string
          description: Resync run identifier. Only valid when `ocean_info_event_type` is `resync`.
        - name: ocean_info_event_type
          in: query
          type: string
          description: How the operation was triggered.
        - name: blueprint_identifier
          in: path
          type: string
          required: true
          description: The identifier of the blueprint to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: get-v1-blueprints-blueprint-identifier-entities
        method: GET
        description: Get all entities of a blueprint
        inputParameters:
        - name: exclude_calculated_properties
          in: query
          type: boolean
          description: If `true`, [calculated properties](https://docs.getport.io/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/ca
        - name: include
          in: query
          type: array
          description: An array of values from the [entity JSON](https://docs.port.io/build-your-software-catalog/sync-data-to-catalog/#json-structure).
            Only these values will be retu
        - name: exclude
          in: query
          type: array
          description: An array of values from the [entity JSON](https://docs.port.io/build-your-software-catalog/sync-data-to-catalog/#json-structure)
            to be ommitted from the respons
        - name: attach_title_to_relation
          in: query
          type: boolean
        - name: attach_identifier_to_title_mirror_properties
          in: query
          type: boolean
        - name: allow_partial_results
          in: query
          type: boolean
          description: When enabled allows some of the blueprint searches to fail without failing the full request.
        - name: blueprint_identifier
          in: path
          type: string
          required: true
          description: The identifier of the blueprint to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-blueprints-blueprint-identifier-entities-bulk
      path: /v1/blueprints/{blueprint_identifier}/entities/bulk
      operations:
      - name: post-v1-blueprints-blueprint-identifier-entities
        method: POST
        description: Create multiple entities
        inputParameters:
        - name: upsert
          in: query
          type: boolean
          required: true
          description: If `true`, this call will override the entire entity/ies, if it/they already exist/s.
        - name: validation_only
          in: query
          type: boolean
          description: If `true`, this call will only validate the entity/ies and return the validation errors.
        - name: create_missing_related_entities
          in: query
          type: boolean
          description: If `true`, this call will also create missing related entities.<br/>This is useful when you want to
            create an entity and its related entities in one call, or if
        - name: merge
          in: query
          type: boolean
          description: If `true` and `upsert` is also `true`, this call will update the entity/ies, if it/they already exist/s.
        - name: run_id
          in: query
          type: string
          description: You can provide a `run_id` to associate the created entities with a specific [action run](https://docs.port.io/create-self-service-experiences/reflect-action-pr
        - name: ocean_info_resync_id
          in: query
          type: string
          description: Resync run identifier. Only valid when `ocean_info_event_type` is `resync`.
        - name: ocean_info_event_type
          in: query
          type: string
          description: How the operation was triggered.
        - name: blueprint_identifier
          in: path
          type: string
          required: true
          description: The identifier of the blueprint to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-blueprints-blueprint-identifier-entities-enti
      path: /v1/blueprints/{blueprint_identifier}/entities/{entity_identifier}
      operations:
      - name: patch-v1-blueprints-blueprint-identifier-entitie
        method: PATCH
        description: Update an entity
        inputParameters:
        - name: create_missing_related_entities
          in: query
          type: boolean
          description: If `true`, this call will also create missing related entities.<br/>This is useful when you want to
            create an entity and its related entities in one call, or if
        - name: run_id
          in: query
          type: string
          description: You can provide a `run_id` to associate the created entities with a specific [action run](https://docs.port.io/create-self-service-experiences/reflect-action-pr
        - name: ocean_info_resync_id
          in: query
          type: string
          description: Resync run identifier. Only valid when `ocean_info_event_type` is `resync`.
        - name: ocean_info_event_type
          in: query
          type: string
          description: How the operation was triggered.
        - name: entity_identifier
          in: path
          type: string
          required: true
          description: The identifier of the entity to operate on.
        - name: blueprint_identifier
          in: path
          type: string
          required: true
          description: The identifier of the blueprint to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: put-v1-blueprints-blueprint-identifier-entities-
        method: PUT
        description: Change an entity
        inputParameters:
        - name: create_missing_related_entities
          in: query
          type: boolean
          description: If `true`, this call will also create missing related entities.<br/>This is useful when you want to
            create an entity and its related entities in one call, or if
        - name: run_id
          in: query
          type: string
          description: You can provide a `run_id` to associate the created entities with a specific [action run](https://docs.port.io/create-self-service-experiences/reflect-action-pr
        - name: ocean_info_resync_id
          in: query
          type: string
          description: Resync run identifier. Only valid when `ocean_info_event_type` is `resync`.
        - name: ocean_info_event_type
          in: query
          type: string
          description: How the operation was triggered.
        - name: entity_identifier
          in: path
          type: string
          required: true
          description: The identifier of the entity to operate on.
        - name: blueprint_identifier
          in: path
          type: string
          required: true
          description: The identifier of the blueprint to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: get-v1-blueprints-blueprint-identifier-entities-
        method: GET
        description: Get an entity
        inputParameters:
        - name: exclude_calculated_properties
          in: query
          type: boolean
          description: If `true`, [calculated properties](https://docs.getport.io/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/ca
        - name: include
          in: query
          type: array
          description: An array of values from the [entity JSON](https://docs.port.io/build-your-software-catalog/sync-data-to-catalog/#json-structure).
            Only these values will be retu
        - name: exclude
          in: query
          type: array
          description: An array of values from the [entity JSON](https://docs.port.io/build-your-software-catalog/sync-data-to-catalog/#json-structure)
            to be ommitted from the respons
        - name: attach_title_to_relation
          in: query
          type: boolean
        - name: attach_identifier_to_title_mirror_properties
          in: query
          type: boolean
        - name: allow_partial_results
          in: query
          type: boolean
          description: When enabled allows some of the blueprint searches to fail without failing the full request.
        - name: entity_identifier
          in: path
          type: string
          required: true
          description: The identifier of the entity to operate on.
        - name: blueprint_identifier
          in: path
          type: string
          required: true
          description: The identifier of the blueprint to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: delete-v1-blueprints-blueprint-identifier-entiti
        method: DELETE
        description: Delete an entity
        inputParameters:
        - name: delete_dependents
          in: query
          type: boolean
          required: true
          description: If `true`, this call will also delete all entities with a relation to the deleted entity.
        - name: run_id
          in: query
          type: string
          description: You can provide a `run_id` to associate the created entities with a specific [action run](https://docs.port.io/create-self-service-experiences/reflect-action-pr
        - name: ocean_info_resync_id
          in: query
          type: string
          description: Resync run identifier. Only valid when `ocean_info_event_type` is `resync`.
        - name: ocean_info_event_type
          in: query
          type: string
          description: How the operation was triggered.
        - name: entity_identifier
          in: path
          type: string
          required: true
          description: The identifier of the entity to operate on.
        - name: blueprint_identifier
          in: path
          type: string
          required: true
          description: The identifier of the blueprint to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-blueprints-blueprint-identifier-entities-coun
      path: /v1/blueprints/{blueprint_identifier}/entities-count
      operations:
      - name: get-v1-blueprints-blueprint-identifier-entities-
        method: GET
        description: Get a blueprint's entity count
        inputParameters:
        - name: blueprint_identifier
          in: path
          type: string
          required: true
          description: The identifier of the blueprint to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-blueprints-blueprint-identifier-all-entities
      path: /v1/blueprints/{blueprint_identifier}/all-entities
      operations:
      - name: delete-v1-blueprints-blueprint-identifier-all-en
        method: DELETE
        description: Delete all entities of a blueprint
        inputParameters:
        - name: run_id
          in: query
          type: string
          description: You can provide a `run_id` to associate the deleted entities with a specific [action run](https://docs.port.io/create-self-service-experiences/reflect-action-pr
        - name: ocean_info_resync_id
          in: query
          type: string
          description: Resync run identifier. Only valid when `ocean_info_event_type` is `resync`.
        - name: ocean_info_event_type
          in: query
          type: string
          description: How the operation was triggered.
        - name: delete_blueprint
          in: query
          type: boolean
          description: If `true`, this call will also delete the blueprint itself.
        - name: blueprint_identifier
          in: path
          type: string
          required: true
          description: The identifier of the blueprint to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-blueprints-blueprint-identifier-bulk-entities
      path: /v1/blueprints/{blueprint_identifier}/bulk/entities/delete
      operations:
      - name: post-v1-blueprints-blueprint-identifier-bulk-ent
        method: POST
        description: Delete multiple entities
        inputParameters:
        - name: delete_dependents
          in: query
          type: boolean
          required: true
          description: If `true`, this call will also delete all entities with a relation to the deleted entity.
        - name: run_id
          in: query
          type: string
          description: You can provide a `run_id` to associate the created entities with a specific [action run](https://docs.port.io/create-self-service-experiences/reflect-action-pr
        - name: ocean_info_resync_id
          in: query
          type: string
          description: Resync run identifier. Only valid when `ocean_info_event_type` is `resync`.
        - name: ocean_info_event_type
          in: query
          type: string
          description: How the operation was triggered.
        - name: blueprint_identifier
          in: path
          type: string
          required: true
          description: The identifier of the blueprint to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-entities-search
      path: /v1/entities/search
      operations:
      - name: post-v1-entities-search
        method: POST
        description: Search entities
        inputParameters:
        - name: exclude_calculated_properties
          in: query
          type: boolean
          description: If `true`, [calculated properties](https://docs.getport.io/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/ca
        - name: include
          in: query
          type: array
          description: An array of values from the [entity JSON](https://docs.port.io/build-your-software-catalog/sync-data-to-catalog/#json-structure).
            Only these values will be retu
        - name: exclude
          in: query
          type: array
          description: An array of values from the [entity JSON](https://docs.port.io/build-your-software-catalog/sync-data-to-catalog/#json-structure)
            to be ommitted from the respons
        - name: attach_title_to_relation
          in: query
          type: boolean
        - name: attach_identifier_to_title_mirror_properties
          in: query
          type: boolean
        - name: allow_partial_results
          in: query
          type: boolean
          description: When enabled allows some of the blueprint searches to fail without failing the full request.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-blueprints-blueprint-identifier-entities-sear
      path: /v1/blueprints/{blueprint_identifier}/entities/search
      operations:
      - name: post-v1-blueprints-blueprint-identifier-entities
        method: POST
        description: Search a blueprint's entities
        inputParameters:
        - name: blueprint_identifier
          in: path
          type: string
          required: true
          description: The identifier of the blueprint whose entities you want to search.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-entities-aggregate
      path: /v1/entities/aggregate
      operations:
      - name: post-v1-entities-aggregate
        method: POST
        description: Aggregate entities
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-entities-aggregate-over-time
      path: /v1/entities/aggregate-over-time
      operations:
      - name: post-v1-entities-aggregate-over-time
        method: POST
        description: Aggregate entities over time
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-entities-properties-history
      path: /v1/entities/properties-history
      operations:
      - name: post-v1-entities-properties-history
        method: POST
        description: Fetch the history of an entity's properties
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-blueprints
      path: /v1/blueprints
      operations:
      - name: get-v1-blueprints
        method: GET
        description: Get all blueprints
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post-v1-blueprints
        method: POST
        description: Create a blueprint
        inputParameters:
        - name: create_catalog_page
          in: query
          type: boolean
          description: If true, a catalog page will be created for this blueprint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-blueprints-identifier
      path: /v1/blueprints/{identifier}
      operations:
      - name: get-v1-blueprints-identifier
        method: GET
        description: Get a blueprint
        inputParameters:
        - name: identifier
          in: path
          type: string
          required: true
          description: The unique identifier of the resource you want to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: put-v1-blueprints-identifier
        method: PUT
        description: Change a blueprint
        inputParameters:
        - name: identifier
          in: path
          type: string
          required: true
          description: The unique identifier of the resource you want to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patch-v1-blueprints-identifier
        method: PATCH
        description: Update a blueprint
        inputParameters:
        - name: identifier
          in: path
          type: string
          required: true
          description: The unique identifier of the resource you want to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: delete-v1-blueprints-identifier
        method: DELETE
        description: Delete a blueprint
        inputParameters:
        - name: delete_actions
          in: query
          type: boolean
          description: If `true`, all self-service actions associated with this blueprint will be deleted as well.
        - name: identifier
          in: path
          type: string
          required: true
          description: The unique identifier of the resource you want to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-blueprints-blueprint-identifier-properties-pr
      path: /v1/blueprints/{blueprint_identifier}/properties/{property_identifier}/rename
      operations:
      - name: patch-v1-blueprints-blueprint-identifier-propert
        method: PATCH
        description: Rename a property in a blueprint
        inputParameters:
        - name: blueprint_identifier
          in: path
          type: string
          required: true
          description: The identifier of the blueprint you want to change.
        - name: property_identifier
          in: path
          type: string
          required: true
          description: The identifier of the property you want to rename.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-blueprints-blueprint-identifier-mirror-proper
      path: /v1/blueprints/{blueprint_identifier}/mirror/{property_identifier}/rename
      operations:
      - name: patch-v1-blueprints-blueprint-identifier-mirror-
        method: PATCH
        description: Rename a blueprint's mirror property
        inputParameters:
        - name: blueprint_identifier
          in: path
          type: string
          required: true
          description: The identifier of the blueprint you want to change.
        - name: property_identifier
          in: path
          type: string
          required: true
          description: The identifier of the property you want to rename.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-blueprints-blueprint-identifier-relations-rel
      path: /v1/blueprints/{blueprint_identifier}/relations/{relation_identifier}/rename
      operations:
      - name: patch-v1-blueprints-blueprint-identifier-relatio
        method: PATCH
        description: Rename a blueprint's relation
        inputParameters:
        - name: blueprint_identifier
          in: path
          type: string
          required: true
          description: The identifier of the blueprint you want to change.
        - name: relation_identifier
          in: path
          type: string
          required: true
          description: The identifier of the relation you want to rename.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-actions
      path: /v1/actions
      operations:
      - name: post-v1-actions
        method: POST
        description: Create an action/automation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: get-v1-actions
        method: GET
        description: Get actions/automations
        inputParameters:
        - name: action_identifier
          in: query
          type: array
          description: The identifier/s of the action/s and/or automation/s you want to fetch.
        - name: blueprint_identifier
          in: query
          type: array
          description: The identifier/s of the blueprint/s whose actions/automations you wish to fetch.
        - name: operation
          in: query
          type: array
          description: The [operation type/s](https://docs.port.io/create-self-service-experiences/setup-ui-for-action/#basic-details)
            of the action/s you want to fetch. Relevant only
        - name: published
          in: query
          type: boolean
          description: Only relevant for **automations**. If `true`, only published automations will be fetched.
        - name: trigger_type
          in: query
          type: string
        - name: trigger_event
          in: query
          type: array
          description: The event/s that triggered the automation/s you want to fetch. Relevant only for automations.
        - name: trigger_event_action_identifier
          in: query
          type: array
        - name: version
          in: query
          type: string
          description: Specifies the API version to use. Please use `v2` for the latest version of the API.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-actions-action-identifier
      path: /v1/actions/{action_identifier}
      operations:
      - name: put-v1-actions-action-identifier
        method: PUT
        description: Change an action/automation
        inputParameters:
        - name: action_identifier
          in: path
          type: string
          required: true
          description: The identifier of the action/automation you want to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: get-v1-actions-action-identifier
        method: GET
        description: Get an action/automation
        inputParameters:
        - name: action_identifier
          in: path
          type: string
          required: true
          description: The identifier of the action/automation you want to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: delete-v1-actions-action-identifier
        method: DELETE
        description: Delete an action/automation
        inputParameters:
        - name: action_identifier
          in: path
          type: string
          required: true
          description: The identifier of the action/automation you want to operate on.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-blueprints-blueprint-identifier-actions
      path: /v1/blueprints/{blueprint_identifier}/actions
      operations:
      - name: post-v1-blueprints-blueprint-identifier-actions
        method: POST
        description: This route is deprecated since November 20th 2024
        inputParameters:
        - name: type
          in: path
          type: string
          required: true
        - name: nullable
          in: path
          type: string
          required: true
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: put-v1-blueprints-blueprint-identifier-actions
        method: PUT
        description: This route is deprecated since November 20th 2024
        inputParameters:
        - name: type
          in: path
          type: string
          required: true
        - name: nullable
          in: path
          type: string
          required: true
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: get-v1-blueprints-blueprint-identifier-actions
        method: GET
        description: This route is deprecated since November 20th 2024
        inputParameters:
        - name: type
          in: path
          type: string
          required: true
        - name: nullable
          in: path
          type: string
          required: true
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-blueprints-blueprint-identifier-actions-actio
      path: /v1/blueprints/{blueprint_identifier}/actions/{action_identifier}
      operations:
      - name: put-v1-blueprints-blueprint-identifier-actions-a
        method: PUT
        description: This route is deprecated since November 20th 2024
        inputParameters:
        - name: type
          in: path
          type: string
          required: true
        - name: nullable
          in: path
          type: string
          required: true
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: get-v1-blueprints-blueprint-identifier-actions-a
        method: GET
        description: This route is deprecated since November 20th 2024
        inputParameters:
        - name: type
          in: path
          type: string
          required: true
        - name: nullable
          in: path
          type: string
          required: true
        outputRawFormat: json
        outputParameters:
        - name: result

# --- truncated at 32 KB (115 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/port/refs/heads/main/capabilities/port-capability.yaml