EveryDev.ai
Subscribe
Home
Tools

3,277+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Velane
    Velane icon

    Velane

    MCP Servers

    Integration lifecycle infrastructure for AI agents — 800+ OAuth integrations, sandboxed Bun/Python execution, and a full dev-to-prod deployment pipeline managed via MCP.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    For personal projects and exploration.

    Hobby: $20/mo
    Dedicated: $100/mo
    Commercial: Custom/contact

    Engagement

    Available On

    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    MCP ServersAgent FrameworksIntegration Automation

    Alternatives

    SecureLend AIDead Simple EmailHumwork
    Developer
    VelaneBengaluru, IndiaEst. 2026

    Listed Jul 2026

    About Velane

    Velane is integration lifecycle infrastructure built specifically for AI agents. It gives agents a single MCP connection to discover OAuth-connected accounts, write and test Bun or Python workflow snippets, and promote them through dev, staging, and production environments — all without leaving the chat window. The project is open source under AGPL-3.0, with a hosted cloud option and self-hosting support via Docker Compose or EKS.

    What It Is

    Velane sits between an AI coding agent (such as Cursor or Claude Code) and the external APIs that agent needs to call. Rather than embedding credentials in code or wiring up OAuth flows manually, the agent calls Velane's MCP tools to discover connected accounts, fetch live API docs, write a snippet, run it in an isolated sandbox, read execution logs, fix errors, and finally publish the workflow to a stable HTTP endpoint. The control plane is written in Go; snippets execute in ephemeral Bun or Python runtimes backed by Redis for queuing and ClickHouse for metrics.

    Architecture

    Velane's architecture separates a Go-based control plane from an executor pool:

    • Control plane — chi router, pgx/v5, JWT and API-key auth, async worker, observability pipeline, and an OAuth proxy backed by Nango (800+ providers)
    • Executor pool — isolated Bun (:8081) and Python (:8082) processes; optional VM-boundary isolation via AWS Firecracker (requires KVM)
    • Storage layer — Postgres for state, Redis for the queue and warm pool, ClickHouse for per-invocation metrics
    • MCP server — exposes list_connections, get_logs, publish_snippet, and related tools so any MCP-compatible agent can manage the full lifecycle

    Each invocation runs in an ephemeral sandbox with AES-256-GCM encrypted secrets injected as environment variables and an egress policy (per-tenant IP/CIDR and domain blocklist) enforced inside the executor.

    Workflow: From Chat to Production

    The three-step agent workflow the homepage describes:

    1. Create & Connect — the agent calls list_connections, fetches live API docs for a provider, then writes Bun or Python code saved as a versioned workflow.
    2. Run & Debug — the agent invokes the workflow on dev, reads logs via get_logs, and autonomously fixes errors inside the same chat session.
    3. Promote — once tests pass, the agent calls publish_snippet with env: "prod", producing a versioned, auditable, rollback-ready HTTP endpoint.

    Additional deployment features include canary traffic splitting (route X% of prod traffic to a new version), sync/async/streaming invocation modes, git push-to-deploy (commit SHA tagging), and an embeddable white-label dashboard.

    Who It's For

    Velane targets two audiences the homepage explicitly names:

    • Solo developers who want to call external APIs from an AI agent without maintaining OAuth plumbing, credential management, or backend infrastructure.
    • Teams that need shared credential stores, environment promotion, invocation audit trails, and role-based access (invoke / manage / admin scopes) across multiple agents.

    A CLI (velane login, snippets push, invoke) is also available for developers who prefer terminal-based workflows alongside the MCP interface.

    Update: v0.7.17

    The latest GitHub release is v0.7.17, published 2026-07-04, with the repository last pushed on 2026-07-27. The project was created in May 2026 and has been releasing actively since then, signaling early but rapid iteration. The GitHub repository carries an OpenSSF Baseline badge and a CI build-and-push workflow, indicating attention to supply-chain security from the start.

    Velane - 1

    Community Discussions

    Be the first to start a conversation about Velane

    Share your experience with Velane, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Free

    For personal projects and exploration.

    • 500 invocations / month
    • Up to 5 workflows
    • Shared runtime
    • All 800+ integrations
    • Community support
    FREE

    Personal / Small Startup

    Self-host the full stack under AGPL-3.0. Free forever for personal projects and startups building open-source products.

    • Full source code access
    • Deploy on your own infra
    • OpenTofu configs for EKS included
    • Community support via GitHub Issues
    • AGPL-3.0 — changes must stay open source

    Hobby

    Popular

    For active builders and indie developers.

    $20
    per month
    • 10,000 invocations / month
    • Unlimited workflows
    • Shared runtime
    • All 800+ integrations
    • Email support
    • 30-day execution log history

    Dedicated

    For production workloads that need isolation and guarantees.

    $100
    per month
    • Unlimited invocations
    • Unlimited workflows
    • Dedicated cluster
    • All 800+ integrations
    • Priority support
    • Uptime SLA
    • Custom domain

    Commercial

    Self-host Velane in a proprietary product without the AGPL-3.0 copyleft requirement. Includes a commercial license for your entire organisation.

    Custom
    contact sales
    • Commercial license — no copyleft obligations
    • Self-host on your own infra
    • Full source code access
    • Priority email support
    • License covers your entire organisation
    View official pricing

    Capabilities

    Key Features

    • 800+ OAuth integrations via Nango
    • MCP server for Cursor and Claude Code
    • Sandboxed Bun and Python execution runtimes
    • Three environments: dev, staging, prod
    • Canary traffic splitting
    • Versioned workflows with instant rollback
    • AES-256-GCM encrypted secrets injected at runtime
    • Per-invocation execution logs and metrics
    • Egress policy (IP/CIDR and domain blocklist)
    • Sync, async, and streaming invocation modes
    • Git push-to-deploy with commit SHA tagging
    • Embeddable white-label dashboard
    • Optional AWS Firecracker VM-boundary isolation
    • Role-based access: invoke, manage, admin scopes
    • OpenAPI 3.1 contract at /openapi.json
    • CLI for snippet push and invocation
    • Self-hostable via Docker Compose or EKS (OpenTofu configs included)

    Integrations

    Salesforce
    HubSpot
    Stripe
    Slack
    GitHub
    Notion
    Linear
    Zendesk
    Cursor
    Claude Code
    Nango (OAuth proxy)
    AWS Firecracker
    Redis
    Postgres
    ClickHouse
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Velane and help others make informed decisions.

    Developer

    Velane Team

    Velane builds integration lifecycle infrastructure for AI agents, giving them a single MCP connection to discover OAuth accounts, write and test workflow snippets, and promote them safely from development to production. The project is led by Abhi (abskrj on GitHub) and is open source under AGPL-3.0. Velane supports 800+ OAuth integrations via Nango and runs snippets in isolated Bun and Python sandboxes. A hosted cloud version and full self-hosting path (Docker Compose, EKS) are both available.

    Founded 2026
    Bengaluru, India
    1 employees
    Read more about Velane Team
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    SecureLend AI icon

    SecureLend AI

    AI-native underwriting infrastructure that turns financial intent into decision-ready loan origination, agentic underwriting workflows, and agent payment authorization.

    Dead Simple Email icon

    Dead Simple Email

    Purpose-built email API for AI agents — create inboxes, send and receive messages, and automate with real-time webhooks via REST API or IMAP/SMTP.

    Humwork icon

    Humwork

    Humwork connects AI agents to verified human experts in real-time via MCP, matching engineers, designers, and strategists in under 30 seconds when agents get stuck.

    Browse all tools

    Related Topics

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    147 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    528 tools

    Integration Automation

    AI-powered platforms that automate the creation and maintenance of integrations between systems with intelligent mapping, validation, and error recovery capabilities.

    24 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions