Merged
Size
S
Change Breakdown
Feature100%
#28420feat(instance-ai): Add Brave Search and Daytona credential types (no-changelog)

Brave Search and Daytona credentials added

Brave Search and Daytona credentials added

n8n's AI nodes now support authentication with Brave Search for private web search and Daytona for sandboxed code execution.

n8n's LangChain nodes package can now authenticate with two new services. Workflow builders gain access to Brave Search — a privacy-focused web search API — and Daytona — a sandbox environment for running AI-generated code safely.

The two new credential types, BraveSearchApi and DaytonaApi, follow n8n's standard credential pattern. BraveSearchApi uses an API key passed via the X-Subscription-Token header, while DaytonaApi requires both an API URL and an API key.

These credential definitions are registered in the package.json exports, making them available in the n8n credential selector when building AI-powered automations. Whether searching the web with Brave's privacy guarantees or spinning up isolated sandbox environments through Daytona, users can now connect these services directly in their workflows.

View Original GitHub Description

Summary

Adds two missing credential type definitions used by n8nAI for web search and sandbox functionality:

  • BraveSearchApi -- API key credential for Brave Search API.
  • DaytonaApi -- API URL + API key credential for Daytona sandbox service.

Review / Merge checklist

  • I have seen this code, I have run this code, and I take responsibility for this code.
  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with Backport to Beta, Backport to Stable, or Backport to v1 (if the PR is an urgent fix that needs to be backported)
© 2026 · via Gitpulse