Agent access through MCP
Connect an existing coding or chat agent to Kody over MCP, so the agent can discover and invoke the capabilities available to the signed-in account.
Kody connects AI coding and chat agents to capabilities, credentials, integrations, and packages for scheduled jobs, webhooks, workflows, and hosted tools.
Kody is a hosted factory for agent-driven capabilities. It connects to the AI agents a user already works with over MCP, giving those agents two core tools: search for available capabilities and execute TypeScript code on Kody's servers.
A task can start as a one-off conversation and become durable software. Users can save behavior as versioned packages, attach state and credentials, and trigger it through schedules, webhooks, authenticated HTTP requests, workflows, or hosted apps. Kody is designed to keep the agent responsible for reasoning while providing a persistent execution layer that can be reused across agents and kept running when a laptop is closed.
Connect an existing coding or chat agent to Kody over MCP, so the agent can discover and invoke the capabilities available to the signed-in account.
Use search to find saved packages, connected services, official guides, relevant memories, and available capabilities before building a workflow.
Run temporary TypeScript modules on Kody's servers that compose discovered capabilities, call connected services, and import exports from owned packages.
Turn useful behavior into named, versioned packages with repository-backed source and isolated durable packageStorage() for runtime state such as cursors, preferences, and checkpoints.
Run package code through recurring schedules, deferred workflows, authenticated HTTP calls, webhooks, or package-hosted browser and HTTP surfaces.
Store secrets, OAuth-backed integrations, remote MCP connections, and account memories separately so credentials stay server-side and useful context can persist between agents and conversations.
Ask an agent to inspect GitHub activity using a saved credential, filter meaningful events such as releases or new repositories, and save the result as an export for faster reuse later.
Create a scheduled package that checks CI results overnight and routes likely flaky failures to an agent for investigation, without requiring the developer's laptop to stay open.
Receive an event from a service such as Sentry through a webhook, fingerprint repeated issues, and trigger an agent-assisted triage workflow.
Build an email- or purchase-triggered workflow that uses saved context to route messages or draft a contextual response through connected services.
Expose a small package-hosted application or authenticated HTTP endpoint for tasks such as querying account data or performing an approved operation through a connected integration.
Kody connects to an agent over MCP. The agent can use search to discover capabilities, integrations, packages, guides, and memories, then use execute to run a temporary TypeScript module on Kody's servers.
You can use a one-off execute run for exploration, or turn useful behavior into a named, versioned package stored in a repository. Packages can expose exports, apps, webhooks, and scheduled jobs.
Kody stores credentials privately and lets runtime code refer to them through placeholders or approved package mounts. The saved secret value is not returned to the assistant, and OAuth integration tokens remain server-side.
Kody's hosted environment cannot directly access a Mac's disk, local-only processes, localhost, or devices limited to a home network. A local capability must be exposed through a protected public HTTPS route and connected as a remote MCP server.
The Free plan is $0 and includes the whole factory with limits including 5 jobs and a fastest job interval of 15 minutes. Standard and Pro are paid monthly plans, with annual billing rates shown on the pricing page; teams and enterprise users are invited to contact Kody.
CreateOS Sandbox is an isolated compute environment for running code and agent workloads in Firecracker micro-VMs with private networking and SDK, CLI, or MCP control.
AakarDev AI helps teams manage AI provider access, project setup, logs, and analytics in one dashboard. BYOK support included.
Trigger.dev chat agent is a durable AI chat backend for stateful conversations that survive refreshes, crashes, and long-running turns with AI SDK useChat.
Arduino VENTUNO Q is an edge AI computer for AI and robotics, combining AI inference and deterministic control on one board with Arduino App Lab support.
ByteAsk is a terminal-first AI coding agent for C and C++ that edits repos and verifies changes with compilers, debuggers, sanitizers, and tests.
Codex Plugins bundle reusable skills, app integrations, and MCP servers into workflows you can install in the Codex app or use from Codex CLI.