Data Operations
Actions for reading, writing, updating, and deleting data in databases.fetch
Retrieve data from a database table
store
Store a new record in a database table
update
Update existing records
delete
Delete records from a database table
mongoquery
Execute native MongoDB queries
Vector Operations
Actions for working with vector embeddings and similarity search.storevector
Store vector embeddings
fetchvectors
Query vectors for similarity search
HTTP & External APIs
Actions for making HTTP requests to external services.http
Make HTTP requests to external APIs
Authentication & Security
Actions for handling authentication, tokens, and hashing.authenticate
Validate JWT tokens and fetch user data
jwt
Encode or decode JWT tokens
hash
Hash values using bcrypt
Transformation & Logic
Actions for data transformation and custom logic.javascript
Execute custom JavaScript code
static
Return a static or computed value
AI & Agents
Actions for integrating AI models into your workflows.agent
Interact with AI models like GPT
Flow Control
Actions for controlling workflow execution.parallel
Execute multiple actions simultaneously
Communication
Actions for sending messages and notifications.Send email messages via SMTP
System
Actions for system-level operations.command
Execute shell commands
Memory
Actions for temporary data storage during workflow execution.memory_store
Store data in temporary memory
memory_fetch
Retrieve data from temporary memory
Binance Trading
Actions for interacting with Binance cryptocurrency exchange.binance/getprice
Get cryptocurrency price data
binance/accountbalance
Query Binance account balances
binance/spotorder
Place spot trading orders
binance/futuresorder
Place futures orders
binance/pricedifference
Calculate price changes
binance/tradeinfo
Get order and position info
Next Steps
Actions Overview
Learn how actions work and how to create them.
Conditionals
Add branching logic to your workflows.
Responses
Define what your API returns.
Dynamic Content
Use variables and expressions in your workflows.