ivicac.bsky.social
@ivicac.bsky.social
@bytechef.bsky.social ComponentKit: a single POST runs any connector action on your user's account.

slack / sendChannelMessage

openai / ask

Same call, 280+ services. You skip OAuth and token refresh, and you don't write an API client.

Part 2 of our Embedded series. Link below 👇
September 17, 2026 at 1:05 PM
"Connect your Salesforce" button. Zero OAuth code.

Sign a JWT. Call useConnectDialog(). @bytechef.bsky.social does the rest for 280+ apps.

Part 1 of the Embedded series: blog.bytechef.io/blogs/embedd...
ByteChef Embedded, Part 1: Let Your Users Connect Their Apps
The first thing any embedded integration needs is a way for your customers to connect their own accounts - their Slack, their Salesforce. Building OAuth flows for 200 apps is a non-starter. ByteChef E...
blog.bytechef.io
September 14, 2026 at 9:07 PM
Templates are live in @bytechef.bsky.social .

Start from a working automation instead of a blank canvas. Or share yours with one link.

Connections never travel with a template. Share the shape of the work, never your credentials.

blog.bytechef.io/blogs/bytech...
Share What You Built: Project & Workflow Templates
You built a great automation. Someone else needs the same one. Templates let you start from a working project or workflow instead of a blank canvas - and share what you built as a private import link ...
blog.bytechef.io
September 8, 2026 at 5:35 PM
🚀 Where does your automation keep its data?

We just introduced Data Tables in @bytechef.bsky.social, a simple way to store structured data directly inside your workflows.

Read the full story 👇
blog.bytechef.io/blogs/bytech...

#Automation #AI #AIagents #WorkflowAutomation #ByteChef
Somewhere to Keep the Records: Data Tables in ByteChef
Every automation eventually needs somewhere to keep records, and the usual answers are a misused spreadsheet or a whole provisioned database. Data Tables are the middle path: typed tables that live in...
blog.bytechef.io
August 30, 2026 at 9:12 AM
Sick of bloated AI prompts that pile on random rules? @bytechef.bsky.social 's Agent Skills solve it: put know-how in a skill file, load it only when needed. Edit, reuse, update in one place; Simple, efficient.

blog.bytechef.io/blogs/bytech...

#automations #aiagents #ai #springai #bytechef
Agent Skills in ByteChef: Package Know-How Once, Give It to Every Agent
Spring AI just brought Anthropic-style Agent Skills to Java. ByteChef - built on Spring AI - ships them as a managed, no-code feature: built-in skills management, a visual editor, sandboxed script exe...
blog.bytechef.io
August 27, 2026 at 4:05 PM
RAG demos are a weekend. RAG systems are a project — parsing, chunking, embeddings, a vector DB, sync jobs, and the deletes nobody plans for (a doc removed upstream keeps getting cited forever).

Wrote up how @bytechef.bsky.social's Knowledge Base handles most of it 🧵👇
August 25, 2026 at 7:35 PM
📚 We've revamped the @bytechef.bsky.social docs!

New Quick Start, clearer paths for Automation vs Embedded use cases, a Developer Guide for building components, and a full Reference for the DSL & expression syntax.

Check it out → docs.bytechef.io/platform
Quick Start | ByteChef
Get Started with ByteChef
docs.bytechef.io
August 21, 2026 at 8:11 PM
RAG is easy to demo. Hard to ship.

The demo is 40 lines of Python. The production version is ingestion, sync, scoping, citation, and tenant isolation.

Here's what it looks like when @bytechef.bsky.social handles it. 🧵
August 19, 2026 at 2:06 PM
One Feed a Day: Mapping a Nation’s Cash Points on Liferay DXP and Letting ByteChef Do the Heavy… by Igor Bešlić medium.com/@igor.beslic...
One Feed a Day: Mapping a Nation’s Cash Points on Liferay DXP — and Letting ByteChef Do the Heavy…
Some projects are interesting because of the code you write. This one was interesting because of the code we didn’t write.
medium.com
August 18, 2026 at 9:32 AM