Subscribe
11 Aug, 2025

Allow updating a schedule

You can now modify an existing schedule directly instead of needing to delete it and create a new one. This makes adjustments much faster and smoother.

The new Edit button in your YepCode Dashboard
The new Edit button in your YepCode Dashboard

API Usage

  • Use the updateSchedule endpoint in the Yepcode API to update schedules seamlessly
  • Specify the schedule ID in the path and include your updated schedule details in the request body to modify the schedule.
31 Jul, 2025

Local Disk enhancements

We’ve improved our Local Disk feature, which lets your processes store and access files on the execution environment’s local filesystem. These enhancements make file handling faster, more reliable, and better integrated with other YepCode capabilities.

For more details, see our Local Disk documentation.

30 Jun, 2025

Introducing YepCode Storage

We’ve added YepCode Storage, a secure and integrated way to store and manage data directly from your YepCode projects. Use it to persist files, configuration, or intermediate results between executions without relying on external services.

For more details, see our official YepCode Storage documentation.

19 May, 2025

Support for Git URLs as dependencies

You can now install dependencies directly from Git repositories, not just from public package registries.

This allows you to use specific commits, branches, or repositories in your projects.

For more details, check our official documentation on dependencies.

21 Apr, 2025

Executions are now queued instead of rejected

Previously, if you hit your execution quota, new executions were rejected.
Now, they are automatically queued and will run once quota becomes available.

The maximum number of queued executions depends on your plan — some plans allow unlimited queuing.

07 Apr, 2025

Added YepCode MCP Server

YepCode MCP server allows AI platforms to seamlessly interact with YepCode infrastructure. This enables you to turn your YepCode processes into powerful tools accessible by AI assistants.

You can integrate the MCP server with platforms like Cursor or Claude Desktop using either:

  • Remote mode – Use our hosted MCP SSE server, no installation required.
  • Local mode – Run the MCP server locally using NPX or Docker.
16 Mar, 2025

Allow to see current plan limits in Team Settings

Go to the Settings tab to view your current limits. For example:

Plan limits example
Plan limits example

You can compare all plan limits in docs.

12 Mar, 2025

Add callback_url to executions REST Api endpoints

The callback_url setting allows you to receive execution results upon completion, whether it was successful or failed. It is supported in the Execute Process (Sync), Execute Process (Async), and Schedule Process endpoints.

callback_url body input example
callback_url body input example
12 Mar, 2025

Deprecate credentials usage

Since we added the ability to use dependencies in YepCode, it has created a maintainability challenge supporting all package versions with Credentials. As a result, we are deprecating them. You can still securely initialize your clients using environment variables. For example:

S3 example client creation with YepCode env variables
S3 example client creation with YepCode env variables
09 Mar, 2025

Allow to manage service accounts

You can now manage API credentials directly from the API Credentials tab in your team settings. These credentials can be used for YepCode REST API, YepCode Run or YepCode MCP Server.

API Credentials tab
API Credentials tab