PortCon: The Agentic SDLC Summit

Product release notes - August 2026

August brings Port Workflows to General Availability (GA) as the governed orchestration layer for agents, automations, and approvals, alongside new Cursor Cloud Agent syncing and triggering directly from workflows and a wave of workflow, integration, and governance improvements rounds out the month.

Sagi Keren
Sagi Keren
September 1, 2026
Sagi Keren
Sagi Keren&
September 23, 2026
Sagi Keren
Sagi Keren&&
September 23, 2026
Product release notes - August 2026

Big

Port Workflows are now generally available

Port Workflows, the governed orchestration layer for agents, automations, and approvals, are now generally available.

Chain agents, automations, business rules, and human approvals into a single governed flow on shared data. Describe a use case to Port AI in plan mode or start from the visual, low-code builder—trigger the flow via a self-service form or automatically on catalog changes, and trigger GitHub Actions, GitLab, Jenkins, ArgoCD, or your preferred tooling as workflow steps.

🔗 Learn more in our docs

Additional links:

Sync and Trigger Cursor Cloud Agents from Workflows

Port syncs Cursor cloud agents and runs into your Context Lake, and workflows can now create or trigger them directly.

See every managed Cursor cloud agent and run them alongside the rest of your software catalog. Specific integration action nodes were added to spin up a new Cursor agent or send a follow-up prompt to an existing one straight from a Port workflow, with optional completion tracking so the run waits until the agent finishes.

🔗 Learn more in our docs

Additional links:

Medium

Track Claude and Cursor Skills Adoption and Usage

See which Claude and Cursor Skills are actually being adopted, reused, and worth scaling across your organization.

Track invocations, usage depth, active days, and sharing scope to spot Skills that are consistently reused across teams, then promote the proven ones into the Port Skill Registry.

🔗 Learn more in our docs

Additional links:

Surface Missing Setup Steps Live in AI Chat

Port AI chat now shows a live checklist of the integrations and secrets you still need to connect to make what you built work.

As you build with Port AI, a checklist computed from the conversation tracks any missing integrations or secrets—click an item to connect it right from the chat.

Ingest Agent Skills and Plugins from GitHub and GitLab

GitHub Ocean and GitLab v2 integrations now have dedicated skill and plugin resource kinds so you can easily discover and catalog Agent Skills and plugin packages directly from your repos.

Add a kind: skill and/or kind: plugin resource to your integration mapping and it will discover SKILL.md files under common layouts like .claude/skills/** and .cursor/skills/**, while the plugin detects provider manifests for Claude, Cursor, Codex, and more.

🔗 Learn more in our docs

Additional links:

Trigger Azure DevOps Pipelines from Workflows

Trigger and track Azure DevOps pipeline runs directly from a Port workflow, no custom webhooks required.

Add the Azure DevOps action node in Workflow Builder, set the Project and Pipeline ID, and optionally pass a branch, template parameters, or variables—Port queues the run, links straight to it in Azure DevOps, and updates the workflow status automatically as it completes.

🔗 Learn more in our docs

Approve and Fill Workflow Inputs from Slack

Responders can now approve or fill out workflow input forms straight from a Slack DM instead of opening Port.

Add a Slack notification target to an Input node and each responder gets a DM that will complement the input node: A simple button-only forms submit on click, Detailed forms opened inside a Slack modal, or Slack link back to the full form in Port.

Scope Workflow Permissions to MCP Agent Invocations

Workflow permission policies can now target a dedicated MCP source, letting you control execution by AI agents separately from UI and API callers.

Add a policy rule on the source context using the new MCP value. For example, allow humans via the UI and agents via MCP while blocking direct API calls, or exclude MCP entirely from a sensitive workflow. This lets you restrict which workflows AI agents can trigger, such as blocking MCP execution on workflows with sensitive input nodes or destructive actions, while still allowing human and API access as usual. It gives teams granular control to adopt agentic workflows safely, without an all-or-nothing trust decision about what AI agents can execute.

🔗 Learn more in our docs

Manage Workflows as Code with the Port Terraform Provider

Define and manage Port workflows in Terraform so changes go through the same review process as the rest of your config.

Define a port_workflow resource with its node and connections blocks, then run terraform plan and terraform apply as usual—no more managing workflows outside your review and promotion pipeline.

🔗 Learn more in our docs

Additional links:

Browse Blueprints in the New Context Lake Catalog

Context Lake now includes a Catalog view for browsing blueprints, and new blueprints no longer automatically create an Interface catalog page.

Open Catalog in Context Lake to browse a blueprint's entities table and connect data sources, automations, and discovery. Creating a new blueprint no longer adds a catalog table under Interface by default, but you can still opt in via the API or add a page manually.

Merge Array Properties from Multiple Sources

Array properties can now merge values from multiple integrations, API callers, or manual edits without overwriting each other.

Enable multi sources ingestion on a string or number array property so each writer owns its own slice—for example, merge vulnerabilities reported by Snyk and Dependabot into one deduplicated list, plus manual edits from the UI.

🔗 Learn more in our docs

Small

Track Both Identities for Impersonated Workflow Runs

Workflow runs triggered during a "view as" session now record both the admin and the impersonated user.

In the Runs table, the "Who triggered" column now shows "X as Y" for runs started while impersonating another user, and node run details show both "Triggered by" and "Viewed as" for the same attribution at the node level.

Skip Notifications for Approvals and Workflow Inputs

Approval steps for self-service actions and workflow Input nodes can now skip sending a notification entirely.

Set approvalNotification to type none on a self-service action, or an empty notifications array on a workflow Input node, to keep the approval step while skipping the notification.

Deep-Link Directly to Key Modals via URL

You can now open modals like Credentials or MCP servers directly by adding ?openModal=X to your organization's URL.

Append ?openModal=X to your organization home URL—for example, ?openModal=credentials opens the Credentials modal, or ?openModal=mcpServers opens the MCP servers modal.

Upload Custom Organization Logos Directly in Port

Organizations can now upload and manage their own logo directly in Port instead of hosting it externally.

Go to Settings → Logo, then upload, drag, or paste a PNG, JPEG, or SVG file up to 5 MB. Delete it anytime to fall back to Port's default logo.

Sync Multiple GitHub Organizations from a Single Integration

GitHub Ocean App authentication now auto-discovers and syncs every organization where the App is installed, all from one integration.

Transfer your GitHub App to the enterprise level, install it in each organization you want to sync, and leave github_organization unset—Port automatically discovers and syncs every org where the App is installed.

🔗 Learn more in our docs

Manage Folders API

Create, update, and delete sidebar folders programmatically now that the Folders API is generally available.

Use the Create, Update, and Delete Folder API routes to manage nested sidebar folders as part of your onboarding scripts or infrastructure-as-code setup.

🔗 Learn more in our docs

New Filtering and Sorting Options in Mapping

A batch of UX updates adds new filters and sorting to Mapping, plus smaller polish to sync status and the Ask AI button.

Filter Mapping by blueprint or by kind, for a cleaner, more focused view.

Navigate Governance with a New Categorized Layout

The Governance section now has a categorized layout with direct links to the Audit Log and Usage Dashboard pages.

Find governance tools faster with a clearer layout, organized into categories with quick links to the pages you use most.

Automatically Suspend Integrations After Repeated Sync Failures

Port now automatically pauses scheduled resyncs for integrations that keep failing, alerting admins before resources are wasted.

When an integration fails 3 or more times within a 7-day window, Port suspends its scheduled resyncs and notifies admins to investigate. Admins can trigger a manual resync anytime, and a successful sync automatically reactivates the schedule.

Protect Live Events from Data Loss During Crashes

Live Events now durably queue every webhook so a pod crash or restart can no longer drop events.

Every webhook is now durably written to Redis Streams through a dedicated ingestion service before processing, and any stuck or failed messages are automatically retried. Hosted integrations get this automatically; on-prem integrations can enable it by deploying the ocean-gateway service with a durable Redis instance.

Additional links:

Diagnose and Recover from Mass Entity Deletions

Get an actionable recovery flow when a resync deletes more than half your catalog entities instead of just a warning.

Open the mass-deletion callout on the integration's sync status tab and Port suggests the right recovery action based on the likely cause—run a full resync, roll back to the last mapping snapshot, reapply the current mapping, or open Port AI to diagnose and fix it.

Simplify Your UI: Hide Classic Actions and Automations

Ready to go all-in on Workflows? Admins can now give their org a clean, focused experience by hiding legacy actions and automations across the entire UI.

Turn on the toggle in Settings → Actions and Automations to remove classic actions and automations from the self-service hub, entity menus, search, dashboards, the builder, and the audit log. Existing actions and automations keep running via their triggers, the API, and Terraform, and the change is fully reversible.

🔗 Learn more in our docs

New Guides

Manage Developer Environments
Governed workflows to create, extend, and tear down developer environments via GitHub Actions, with automatic TTL-based expiry.
https://docs.port.io/guides/all/manage-developer-environments

Provision Azure Resources With Ado MCP

A Port workflow that reads Terraform modules from Azure DevOps via MCP and has Claude Code open a convention-following PR.
https://docs.port.io/guides/all/provision-azure-resources-with-ado-mcp

Visualize Claude Skills Adoption
Dashboards showing how Claude Skills are adopted and reused org-wide, and where skill-related spend is concentrated.
https://docs.port.io/guides/all/visualize-claude-skills-adoption

Tags:
{{survey-buttons}}

Get your survey template today

By clicking this button, you agree to our Terms of Use and Privacy Policy
{{stay_tuned}}

Stay tuned for our upcoming tutorial

With a step-by-step guide walking you through how to implement and scale Anthropic’s playbook in Port’s free tier. Register to be notified once the guide is published:

By clicking this button, you agree to our Terms of Use and Privacy Policy
Thank you!You’ll be notified when the guide hits!
{{survey}}

Download your survey template today

By clicking this button, you agree to our Terms of Use and Privacy Policy
{{roadmap}}

Free Roadmap planner for Platform Engineering teams

  • Set Clear Goals for Your Portal

  • Define Features and Milestones

  • Stay Aligned and Keep Moving Forward

{{rfp}}

Free RFP template for Internal Developer Portal

Creating an RFP for an internal developer portal doesn’t have to be complex. Our template gives you a streamlined path to start strong and ensure you’re covering all the key details.

{{ai_jq}}

Leverage AI to generate optimized JQ commands

test them in real-time, and refine your approach instantly. This powerful tool lets you experiment, troubleshoot, and fine-tune your queries—taking your development workflow to the next level.

{{cta_1}}

Check out Port's pre-populated demo and see what it's all about.

Check live demo

No email required

{{cta_webinar_aug_18}}

LIVE WEBINAR, Aug 18, 2026:

Context-aware Vibe Coding for Platform Engineering

{{cta_webinar_oct_22}}

Thursday, October 22 12:00am EDT⋅6:00pm CET

To learn more about the new capability and to see a live demo, join our upcoming community session with GitHub

{{cta_explore_port}}

Move fast while staying in control

Build governed agentic workflows on one central platform.

{{public_demo}}

See it in action:

Watch this video on generating Terraform with Port, or explore our public demo.

{{cta_survey}}

Check out the 2025 State of Internal Developer Portals report

See the full report

No email required

{{cta_2}}

Minimize engineering chaos. Port serves as one central platform for all your needs.

Explore Port
{{cta_3}}

Act on every part of your SDLC in Port.

Schedule a demo
{{cta_4}}

Your team needs the right info at the right time. With Port's software catalog, they'll have it.

{{cta_5}}

Learn more about Port's agentic engineering platform

Read the launch blog

Let’s start
{{cta_6}}

Contact sales for a technical walkthrough of Port

Let’s start
{{cta_7}}

Every team is different. Port lets you design a developer experience that truly fits your org.

{{cta_8}}

As your org grows, so does complexity. Port scales your catalog, orchestration, and workflows seamlessly.

{{cta_n8n}}

Port × n8n Boost AI Workflows with Context, Guardrails, and Control

{{port_builders_session}}

Port Builders Session: A Single, Governed Interface for All MCP Servers

{{cta-demo}}
{{read_case}}
{{n8n-template-gallery}}

n8n + Port templates you can use today

walkthrough of ready-to-use workflows you can clone

Template gallery
{{from_manual_to_autonomous_engineering}}

From manual to autonomous engineering

One platform to build, govern, and operate the Agentic SDLC.

Explore Port
{{port_is_open_for_you_to_try_it}}

Port is open for you to try it

build your first agentic workflow today

Sign up
{{reading-box-backstage-vs-port}}
{{cta-backstage-docs-button}}

Starting with Port is simple, fast, and free.