Subscribe
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
02 Mar, 2025

Add AI Assistant

Configure your preferred AI assistant to help you build your processes.

AI Assistant config
AI Assistant config
19 Feb, 2025

Upgrade vm-executor to node to 22.x

JavaScript processes are now executed in Node.js 22.x.

16 Feb, 2025

Support dependencies at Process level

Dependencies will be global for your team by default, but if you need to use process scoped dependencies, you may do that enabling the flag under process dependencies settings:

Process dependencies scoped
Process dependencies scoped
26 Jan, 2025

Add process tags to REST Api

Manage your process tags using YepCode REST Api.

Get process tags API response
Get process tags API response
22 Jan, 2025

Allow to configure dependencies in process source code

Use the @add-package comment to manually add a dependency to your process. To specify a version, use the syntax: @add-package <package-name>=<version>. See the documentation for details. For example:

@add-package openai example
@add-package openai example
14 Jan, 2025

Prevent renaming or deleting modules used in processes

To prevent breaking active schedules, webhooks, or forms that trigger a process execution, modules referenced in any process can no longer be renamed or deleted. Attempting to do so will display an error message:

Web rename/delete module in use error message
Web rename/delete module in use error message

Or if you are using Rest Api:

Rest Api rename/delete module in use error message
Rest Api rename/delete module in use error message
09 Jan, 2025

YepCode modules now aliases support

YepCode modules, now support aliases like processes do, so you have more flexibility to face source code evolutions and deployments to production environments. See aliases details on our docs.

09 Oct, 2024

Support to use execution comments on webhooks

All our executions allow you to add a comment, which you can provide when starting a process through our UI, via our API, or now even when initiating an execution using a webhook!

Simply include the header "Yep-Comment," and your comment will be stored.

Don’t forget, you can search for executions by their comments, making it easy to track status, results, or logs.

25 Sep, 2024

Added AWS Simple Queue Service Listener

Run any business logic when a new message is received from the queue.

JavaScript listener implementation
JavaScript listener implementation
Python listener implementation
Python listener implementation

Check the docs for more details.