| Create an AI agent from scratch | flows/create-agent-flow.md |
| Send a prompt to an LLM directly without an agent | flows/query-lmt-flow.md |
| Stream a response from a language model | flows/query-lmt-flow.md |
| Configure an agent's model, KB, tools | flows/create-agent-flow.md |
| Publish an agent to marketplace | actions/publish-agent.md |
| Set up a knowledge base with files/text/links | flows/setup-knowledge-base.md |
| Upload files to a knowledge base | actions/upload-kb-file.md |
| Add text content to a knowledge base | actions/ingest-kb-text.md |
| Add Q&A pairs to a knowledge base | actions/ingest-kb-qa.md |
| Crawl a URL into a knowledge base | actions/ingest-kb-link.md |
| Test knowledge base retrieval | actions/test-kb-retrieval.md |
| Chat with an AI agent | flows/chat-flow.md |
| Start a conversation session | actions/initiate-conversation.md |
| Send a message to an agent | actions/chat-agent.md |
| Stream a response from an agent | actions/chat-sse.md |
| Query the LLM directly (no agent) | actions/query-lmt.md |
| Stream a direct LLM query | actions/stream-query-lmt.md |
| Add an AI model config | flows/manage-models.md |
| List available models | actions/get-models.md |
| Validate a model's API key | actions/validate-model.md |
| Create an API tool for an agent | actions/create-api-tool.md |
| Create an MCP server tool | actions/create-mcp-tool.md |
| Test a tool action | actions/test-tool-action.md |
| List all tools | actions/get-tools.md |
| Delete a tool | actions/delete-tool.md |
| List agents | actions/get-agents.md |
| Get agent details | actions/get-agent.md |
| Update agent name/description/persona | actions/update-agent-persona.md |
| Update agent AI configuration | actions/update-agent-ai-config.md |
| Enable or disable an agent | actions/change-agent-status.md |
| Delete an agent | actions/delete-agent.md |
| List conversation sessions | actions/get-conversations.md |
| Delete a conversation session | actions/delete-conversation.md |