# Dappier > Documentation for Dappier ## Pages - [Dappier Documentation](dappier-documentation.md) - [AI Recommendations API](ai-recommendations-api.md): Convert any data into a recommendation engine with Dappier's AI-powered Article Recommendations API. This API uses a ... - [AI Recommendations API](ai-recommendations-api-2.md): post /app/v2/search - [Real Time Search](real-time-search.md): post /app/aimodel/{ai_model_id} - [Bot Deterrence](bot-deterrence.md): Bots are automated programs that perform tasks on the internet. While some bots, like search engine crawlers, are ben... - [Configure Your AI Agent](configure-your-ai-agent.md): Welcome to Dappier's Create AI Agent tool! With this feature, you can configure your AI Agent to suit your needs. To ... - [Configure AskAI](configure-askai.md) - [AskAI Widget Customization Fields](askai-widget-customization-fields.md): Dappier’s fully white-labeled, responsive AskAI widget seamlessly integrates into any website, delivering AI-powered ... - [🪄 Activepieces AI TweetBot: Auto-Tweet Viral Content Using Dappier, OpenAI, and Twitter](activepieces-ai-tweetbot-auto-tweet-viral-content-using-dappier-openai-and-twitt.md): You can also import this template directly from here - [ - [🪄 Activepieces Stock Market Analyst Bot: Automate Investment Research with Real-Time Data & AI-Powered Reports](activepieces-stock-market-analyst-bot-automate-investment-research-with-real-tim.md): You can also import this template directly from here - [ - [⚙️ Build Smarter Agent.ai Agents with Dappier’s Real-Time, Verified Data Models](build-smarter-agentai-agents-with-dappiers-real-time-verified-data-models.md): [**Agent.ai**](http://Agent.ai) is a professional network and marketplace - [⚙️ Dynamic Travel Planner | Powered by Dappier and Agent.ai](dynamic-travel-planner-powered-by-dappier-and-agentai.md): [**Agent.ai**](http://Agent.ai) is a professional network and marketplace - [⚙️ Real Time Stock Market Analysis | Powered by Dappier and Agent.ai](real-time-stock-market-analysis-powered-by-dappier-and-agentai.md): [**Agent.ai**](http://Agent.ai) is a professional network and marketplace - [🖇️ Dynamic Travel Planner with AgentStack, CrewAI & Dappier: Real-Time Itinerary Generation Using Multi-Agent AI](dynamic-travel-planner-with-agentstack-crewai-dappier-real-time-itinerary-genera.md): This developer-focused cookbook demonstrates how to build and run a local multi-agent itinerary planner using **Agent... - [AgentOps (Optional but recommended)](agentops-optional-but-recommended.md): AGENTOPS_API_KEY=your_agentops_key_here - [Paris 5-Day Travel Itinerary](paris-5-day-travel-itinerary.md): **Travel Dates:** May 2, 2025 - May 6, 2025 - [🖇️ Stock Market Research with AgentStack, CrewAI & Dappier: Real-Time Investment Intelligence using Multi-Agent AI](stock-market-research-with-agentstack-crewai-dappier-real-time-investment-intell.md): This developer-focused cookbook demonstrates how to build and run a local multi-agent investment research system usin... - [AgentOps (Optional but recommended)](agentops-optional-but-recommended-2.md): AGENTOPS_API_KEY=your_agentops_key_here - [Investment Report: Tesla Inc. (TSLA) - May 2025](investment-report-tesla-inc-tsla-may-2025.md): - **Industry**: Automotive, Clean Energy - [✨ Build a Health Supplement AI Advisor with Dappier, Bolt.new, and Netlify](build-a-health-supplement-ai-advisor-with-dappier-boltnew-and-netlify.md): This cookbook demonstrates how to build a **real-time health supplement advisor** website using [Dappier](https://dap... - [✨ Build a Real-Time Stock Search App Using Dappier, Bolt.new, and Supabase](build-a-real-time-stock-search-app-using-dappier-boltnew-and-supabase.md): This cookbook demonstrates how to build a **real-time stock market search** application using [Dappier](https://dappi... - [🐫 CAMEL Dynamic Travel Planner Role-Playing: Multi-Agent System with Real-Time Insights Powered by Dappier](camel-dynamic-travel-planner-role-playing-multi-agent-system-with-real-time-insi.md): You can also check this cookbook in colab [here](https://colab.research.google.com/drive/1yYFcgQ0rdAvepTclqLvZR8icqsW... - [Prompt for the Dappier API key securely](prompt-for-the-dappier-api-key-securely.md): dappier_api_key = getpass('Enter your API key: ') - [Prompt for the API key securely](prompt-for-the-api-key-securely.md): openai_api_key = getpass('Enter your API key: ') - [Prompt for the AgentOps API key securely](prompt-for-the-agentops-api-key-securely.md): agentops_api_key = getpass('Enter your API key: ') - [Set up model](set-up-model.md): openai_gpt4o_mini = ModelFactory.create( - [Search for real time data from a given user query.](search-for-real-time-data-from-a-given-user-query.md): response = DappierToolkit().search_real_time_data( - [Initialize the role-playing session](initialize-the-role-playing-session.md): role_play_session = RolePlaying( - [Print system and task messages](print-system-and-task-messages.md): print( - [**2-Day Travel Plan for New York City**](2-day-travel-plan-for-new-york-city.md): - **Weather**: Sunny in the morning, overcast by afternoon, high around 39°F. - [End the AgentOps session](end-the-agentops-session.md): agentops.end_session("Success") - [Build a Recommendation Engine](build-a-recommendation-engine.md): Dappier's AI Recommendations API allows you to build a recommendation engine that can be used to personalize user exp... - [📎 Integrate Dappier MCP Server with 5ire for Real-Time AI-Powered Insights](integrate-dappier-mcp-server-with-5ire-for-real-time-ai-powered-insights.md): [**5ire**](https://5ire.app/) is a **cross-platform desktop AI assistant** and **Model Context Protocol (MCP) client*... - [📎 Build a Real Time AI-Powered Assistant with Dappier MCP Server & Claude](build-a-real-time-ai-powered-assistant-with-dappier-mcp-server-claude.md): This guide walks you through the step-by-step process of integrating Dappier’s Real-Time Data API with Anthropic Clau... - [Build a Real-Time Data Assistant](build-a-real-time-data-assistant.md): Dappier’s Real Time Data model can help you access real-time google web search results including the latest news, wea... - [Step 1: Receive Request (Assuming we have location)](step-1-receive-request-assuming-we-have-location.md): location = "Austin, TX" # Example location - [Step 2: Call Dappier API for Weather](step-2-call-dappier-api-for-weather.md): weather_query = f"What is the weather in {location} today?" - [Step 3: Call Dappier API for Latest News](step-3-call-dappier-api-for-latest-news.md): news_query = f"What is the latest news in {location} today?" - [Step 4: Prepare ChatGPT Prompt](step-4-prepare-chatgpt-prompt.md): prompt_template = f""" - [Step 5: Call ChatGPT API](step-5-call-chatgpt-api.md): openai.api_key = '' - [Step 6: Return the ChatGPT Response](step-6-return-the-chatgpt-response.md): api_response = { - [🧠 Google ADK Dynamic Travel Planner: Real-Time Itineraries with Dappier](google-adk-dynamic-travel-planner-real-time-itineraries-with-dappier.md): You can explore this project live on Replit [here](https://replit.com/@dappier/Dynamic-Travel-Planner-or-Google-ADK-a... - [--- Input Resolution Agent ---](input-resolution-agent.md): input_resolution_agent = LlmAgent( - [--- Weather Agent ---](weather-agent.md): weather_agent = LlmAgent( - [--- Restaurant Agent ---](restaurant-agent.md): restaurant_agent = LlmAgent( - [--- Hotel Agent ---](hotel-agent.md): hotel_agent = LlmAgent( - [--- Final Itinerary Agent ---](final-itinerary-agent.md): itinerary_generator_agent = LlmAgent( - [--- Full Pipeline ---](full-pipeline.md): sequential_pipeline_agent = SequentialAgent( - [Entry point](entry-point.md): root_agent = sequential_pipeline_agent - [🧠 Google ADK Stock Market Research Agent: Real-Time Investment Reports with Dappier](google-adk-stock-market-research-agent-real-time-investment-reports-with-dappier.md): You can explore this project live on Replit [here](https://replit.com/@dappier/Multi-Agent-Stock-Market-Research-or-G... - [--- Initial Agent to Resolve Ticker ---](initial-agent-to-resolve-ticker.md): ticker_resolution_agent = LlmAgent( - [--- Initial Agent to Resolve Ticker ---](initial-agent-to-resolve-ticker-2.md): ticker_resolution_agent = LlmAgent( - [Entry point](entry-point-2.md): root_agent = sequential_pipeline_agent - [🦜 Real-Time Market Analysis & Trading Strategy | Powered by Dappier and Langchain](real-time-market-analysis-trading-strategy-powered-by-dappier-and-langchain.md): You can also check this cookbook in colab [here](https://colab.research.google.com/drive/1WM-1YhcjfqKN_QW5XQgyBd1E6gd... - [Prompt for the Dappier API key securely](prompt-for-the-dappier-api-key-securely-2.md): dappier_api_key = getpass('Enter your API key: ') - [Prompt for the Open AI API key securely](prompt-for-the-open-ai-api-key-securely.md): openai_api_key = getpass('Enter your API key: ') - [Prompt for the LangSmith API key securely](prompt-for-the-langsmith-api-key-securely.md): langsmith_api_key = getpass('Enter your API key: ') - [Set up model and tools](set-up-model-and-tools.md): llm = init_chat_model("gpt-4o", model_provider="openai", streaming=True) - [🦜 Automated Sports News Summarizer | Powered by Dappier and Langchain](automated-sports-news-summarizer-powered-by-dappier-and-langchain.md): You can also check this cookbook in colab [here](https://colab.research.google.com/drive/1clJx_ILu5rwBwEAsZgfZQiJ7Xgb... - [Prompt for the Dappier API key securely](prompt-for-the-dappier-api-key-securely-3.md): dappier_api_key = getpass('Enter your API key: ') - [Prompt for the Open AI API key securely](prompt-for-the-open-ai-api-key-securely-2.md): openai_api_key = getpass('Enter your API key: ') - [Prompt for the LangSmith API key securely](prompt-for-the-langsmith-api-key-securely-2.md): langsmith_api_key = getpass('Enter your API key: ') - [🦙 Dynamic Travel Planner | Powered by Dappier and LlamaIndex](dynamic-travel-planner-powered-by-dappier-and-llamaindex.md): This notebook demonstrates how to build a real-time, LLM-powered travel assistant by combining LlamaIndex with Dappie... - [Prompt for the Dappier API key securely](prompt-for-the-dappier-api-key-securely-4.md): dappier_api_key = getpass("Enter your Dappier API key: ") - [Prompt for the OpenAI API key securely](prompt-for-the-openai-api-key-securely.md): openai_api_key = getpass("Enter your OpenAI API key: ") - [🦙 Smart Content Curator for Newsletters | Powered by Dappier and LlamaIndex](smart-content-curator-for-newsletters-powered-by-dappier-and-llamaindex.md): This notebook demonstrates how to build a real-time, LLM-powered newsletter assistant by combining LlamaIndex with Da... - [Prompt for the Dappier API key securely](prompt-for-the-dappier-api-key-securely-5.md): dappier_api_key = getpass("Enter your Dappier API key: ") - [Prompt for the OpenAI API key securely](prompt-for-the-openai-api-key-securely-2.md): openai_api_key = getpass("Enter your OpenAI API key: ") - [🦙 Real-Time Stock Analyzer | Powered by Dappier and LlamaIndex](real-time-stock-analyzer-powered-by-dappier-and-llamaindex.md): This notebook demonstrates how to build a real-time, LLM-powered stock analysis assistant by combining LlamaIndex wit... - [Prompt for the Dappier API key securely](prompt-for-the-dappier-api-key-securely-6.md): dappier_api_key = getpass("Enter your Dappier API key: ") - [Prompt for the OpenAI API key securely](prompt-for-the-openai-api-key-securely-3.md): openai_api_key = getpass("Enter your OpenAI API key: ") - [🧩 Dynamic Travel Planner with LangChain + Dappier MCP using `mcp-use`](dynamic-travel-planner-with-langchain-dappier-mcp-using-mcp-use.md): This cookbook demonstrates how to build a real-time, AI-powered travel planner using **LangChain**, **Dappier MCP**, ... - [🧩 Smart Content Curator with LangChain + Dappier MCP using `mcp-use`](smart-content-curator-with-langchain-dappier-mcp-using-mcp-use.md): This cookbook demonstrates how to build a real-time, LLM-powered **content curation assistant** using **LangChain**, ... - [Weekly News Digest](weekly-news-digest.md): Welcome to this week's newsletter, providing you with the latest updates and insights from the world of sports, lifes... - [🧩 Stock Research & Investment Strategy Agent with LangChain + Dappier MCP using `mcp-use`](stock-research-investment-strategy-agent-with-langchain-dappier-mcp-using-mcp-us.md): This cookbook demonstrates how to build a real-time stock analysis and investment planning assistant using **LangChai... - [🧲 Smart Content Curator with OpenAI Agents + Real-Time AI Recommendations via Dappier MCP](smart-content-curator-with-openai-agents-real-time-ai-recommendations-via-dappie.md): This cookbook demonstrates how to build a real-time **LLM-powered newsletter assistant** using **OpenAI Agents** and ... - [🧲 AI Stock Analyst with OpenAI Agents + Real-Time Financial Insights via Dappier MCP](ai-stock-analyst-with-openai-agents-real-time-financial-insights-via-dappier-mcp.md): This cookbook demonstrates how to build a real-time **Stock Analyst Agent** using **OpenAI Agents** and the **Dappier... - [🧲 Dynamic Travel Planner with OpenAI Agents + Real-Time Insights via Dappier MCP](dynamic-travel-planner-with-openai-agents-real-time-insights-via-dappier-mcp.md): This cookbook demonstrates how to set up and leverage **OpenAI Agents** combined with **Dappier MCP** for dynamic tra... - [🕵🏻 Building an AI-Powered Stock Analyser using OpenAI Agents SDK and Dappier](building-an-ai-powered-stock-analyser-using-openai-agents-sdk-and-dappier.md): You can also check this cookbook in colab [here](https://colab.research.google.com/drive/1o2rzrxSaqmGuZu4BEBxRIbTX5tO... - [🕵🏻 Building an AI-Powered Travel Itinerary Assistant using OpenAI Agents SDK and Dappier](building-an-ai-powered-travel-itinerary-assistant-using-openai-agents-sdk-and-da.md): You can also check this cookbook in colab [here](https://colab.research.google.com/drive/1HVMyM-O5KviSBXO56H6_ssQLH1C... - [Define Real-Time Search Function](define-real-time-search-function.md): @function_tool - [Define AI Recommendations Function](define-ai-recommendations-function.md): @function_tool - [Execute main function](execute-main-function.md): asyncio.run(main()) - [🌎 Build Dappier News & Media Companion using OpenAI's Custom GPT](build-dappier-news-media-companion-using-openais-custom-gpt.md): This guide walks you through setting up **Dappier News & Media Companion**, a custom OpenAI GPT model that integrates... - [🌎 Build Dappier Stock & Financial News Analyst using OpenAI's Custom GPT](build-dappier-stock-financial-news-analyst-using-openais-custom-gpt.md): This guide walks you through setting up **Dappier Stock & Financial News Analyst**, a custom OpenAI GPT model that in... - [🌎 Build Dapper Travel Concierge using OpenAI's Custom GPT](build-dapper-travel-concierge-using-openais-custom-gpt.md): This guide will walk you through the step-by-step process of setting up **Dappier Travel Concierge**, a custom OpenAI... - [🛠️ Real-Time Sports News Summarizer with OpenAI Function Calling + AI Recommendations via Dappier](real-time-sports-news-summarizer-with-openai-function-calling-ai-recommendations.md): You can also check this cookbook in Colab [here](https://colab.research.google.com/drive/1GAhPgnU8vIjQYVheqohvVAXMMAx... - [Prompt for the Dappier API key securely](prompt-for-the-dappier-api-key-securely-7.md): dappier_api_key = getpass('Enter your API key: ') - [Prompt for the OpenAI API key securely](prompt-for-the-openai-api-key-securely-4.md): openai_api_key = getpass('Enter your API key: ') - [Initialize clients](initialize-clients.md): openai_client = OpenAI() - [🛠️ Real-Time Stock Market Analyst with OpenAI Function Calling + Stock Market Data via Dappier](real-time-stock-market-analyst-with-openai-function-calling-stock-market-data-vi.md): You can also check this cookbook in Colab [here](https://colab.research.google.com/drive/1DQGn4lKY1ioV3C0cSpvPCkkPlcQ... - [Prompt for the Dappier API key securely](prompt-for-the-dappier-api-key-securely-8.md): dappier_api_key = getpass('Enter your API key: ') - [Prompt for the API key securely](prompt-for-the-api-key-securely-2.md): openai_api_key = getpass('Enter your API key: ') - [Initialize clients](initialize-clients-2.md): openai_client = OpenAI() - [🛠️ Dynamic Travel Planner with OpenAI Function Calling + Real-Time Insights via Dappier](dynamic-travel-planner-with-openai-function-calling-real-time-insights-via-dappi.md): You can also check this cookbook in Colab [here](https://colab.research.google.com/drive/1N9UBTgc3rhBi0y7GqhBxt6DM7iz... - [Prompt for the Dappier API key securely](prompt-for-the-dappier-api-key-securely-9.md): dappier_api_key = getpass('Enter your API key: ') - [Prompt for the API key securely](prompt-for-the-api-key-securely-3.md): openai_api_key = getpass('Enter your API key: ') - [Initialize clients](initialize-clients-3.md): openai_client = OpenAI() - [🧱 Build a Dynamic Travel Planner Using Replit and Dappier Real-Time Data Model](build-a-dynamic-travel-planner-using-replit-and-dappier-real-time-data-model.md): In this step-by-step guide, we will walk you through building a **Dynamic Travel Planner** using **Replit** and **Dap... - [🧱 Build a Sports News Summarizer Using Replit and Dappier AI Recommendations API](build-a-sports-news-summarizer-using-replit-and-dappier-ai-recommendations-api.md): In this step-by-step guide, we will walk you through building a **Sports News Summarizer** using **Replit** and **Dap... - [🧱 Build a Stock Market Insights App Using Replit and Dappier Real-Time Data Model](build-a-stock-market-insights-app-using-replit-and-dappier-real-time-data-model.md): In this step-by-step guide, we will walk you through building a **Stock Market Insights App** using **Replit** and **... - [⚡ Build a Daily Newsletter with Zapier](build-a-daily-newsletter-with-zapier.md): Dappier’s **Real-Time Data model** allows you to fetch the latest updates on **news, weather, sports, and lifestyle t... - [⚡ Build an AI-Powered News Agent with Zapier and Dappier](build-an-ai-powered-news-agent-with-zapier-and-dappier.md): Dappier’s **Custom AI Agent** allows you to fetch **real-time news** from RSS feeds, process user queries dynamically... - [⚡ Automate Sports Highlights via Email Using Zapier and Dappier](automate-sports-highlights-via-email-using-zapier-and-dappier.md): Dappier’s **Real-Time Sports Data Model** allows you to fetch **live sports highlights** and automate updates via **Z... - [⚡ Automate Travel Itineraries in Slack with Zapier and Dappier](automate-travel-itineraries-in-slack-with-zapier-and-dappier.md): Dappier’s **Real-Time Data model** enables automatic **travel itinerary generation** based on user input. With **Zapi... - [Enabling Dockable Mode on Your Ask AI Widget](enabling-dockable-mode-on-your-ask-ai-widget.md): The Dockable Mode adds a floating chat icon to your website—usually at the bottom corner. When clicked, it launches t... - [🔧 How to Enable Dockable Mode](how-to-enable-dockable-mode.md): To enable dockable mode on your existing Ask AI widget: - [Chatbot](chatbot.md): After configuring your AI Agent, you now have the option to enable it as a web chatbot or a dockable widget on any we... - [Activepieces](activepieces.md): [**Activepieces**](https://www.activepieces.com) is an open-source, no-code automation platform that enables users to... - [Agent.ai](agentai.md): [**Agent.ai**](http://Agent.ai) is a professional network and marketplace - [AgentStack](agentstack.md): [**AgentStack**](https://github.com/AgentOps-AI/AgentStack) is a CLI-first framework for rapidly scaffolding AI agent... - [Bolt](bolt.md): [**Bolt.new**](https://bolt.new) is an AI-first platform for building full-stack web applications directly in the bro... - [CAMEL](camel.md): CAMEL emerges as the earliest LLM-based multi-agent framework, and is now - [Claude x Dappier MCP](claude-x-dappier-mcp.md): The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and e... - [Cursor x Dappier MCP](cursor-x-dappier-mcp.md): [**Cursor**](https://www.cursor.com) is an AI-powered code editor that allows developers to integrate external AI mod... - [Dappier MCP Server](dappier-mcp-server.md): Dappier MCP Server is a Model Context Protocol (MCP) server that connects any LLM or Agentic AI to real-time, rights-... - [Go SDK](go-sdk.md): `dappier-go`provides a straightforward way to interact with Dappier's API's, which allows for real-time data search ... - [Google ADK](google-adk.md): The integration of **Google ADK** and **Dappier SDK** empowers developers to rapidly build **multi-agent AI applicati... - [Overview](overview.md): Dappier SDKs are wrappers for Dappier API which will help you easily integrate into your projects. - [LangChain](langchain.md): LangChain is a software framework that helps facilitate the integration of large language models (LLMs) into applicat... - [Getting Started](getting-started.md): To install the`langchain-dappier`package, run: - [os.environ["LANGSMITH_API_KEY"] = getpass.getpass("Enter your LangSmith API key: ")](osenvironlangsmith-api-key-getpassgetpassenter-your-langsmith-api-key.md) - [Dappier Tool](dappier-tool.md): The`DappierRealTimeSearchTool`and`DappierAIRecommendationTool`empower AI applications with real-time data and AI-... - [Dappier Retriever](dappier-retriever.md): You can also check this cookbook in colab [here](https://colab.research.google.com/drive/1hRplPRCNSfb5MUxlCz-L9Q1gjkG... - [LlamaIndex](llamaindex.md): [**LlamaIndex**](https://www.llamaindex.ai/) is a data framework designed to connect custom - [Prompt for the Dappier API key securely](prompt-for-the-dappier-api-key-securely-10.md): dappier_api_key = getpass("Enter your API key: ") - [MCP-Use](mcp-use.md): The integration of **MCP-Use** with the **Dappier MCP Server** enables developers to build powerful, **tool-augmented... - [Open AI Agents x Dappier MCP](open-ai-agents-x-dappier-mcp.md): The integration of **OpenAI Agents SDK** and the **Dappier MCP Server** empowers developers to build **real-time, too... - [Open AI Agents](open-ai-agents.md): The integration of **OpenAI Agents SDK** and **Dappier SDK** empowers developers to build **real-time, AI-powered app... - [Secure API Key Setup](secure-api-key-setup.md): os.environ["DAPPIER_API_KEY"] = getpass.getpass("Enter your Dappier API Key: ") - [Create AI Agent](create-ai-agent.md): agent = Agent( - [OpenAI Function Calling](openai-function-calling.md): The integration of **OpenAI Function Calling** and **Dappier SDK** allows developers to build **real-time, intelligen... - [Secure API Key Setup](secure-api-key-setup-2.md): os.environ["DAPPIER_API_KEY"] = getpass.getpass("Enter your Dappier API Key: ") - [Function to call from OpenAI](function-to-call-from-openai.md): def fetch_financial_news(query: str) -> str: - [Define function schema for OpenAI](define-function-schema-for-openai.md): functions = [ - [Sample OpenAI chat with function calling](sample-openai-chat-with-function-calling.md): response = openai.ChatCompletion.create( - [OpenAI GPT](openai-gpt.md): OpenAI’s Custom GPT models allow developers to create AI assistants tailored to specific use cases. These models can ... - [Python SDK](python-sdk.md): The Dappier Python SDK provides a simple and efficient way to integrate Dappier's real-time data capabilities into yo... - [Set your API key as an environment variable](set-your-api-key-as-an-environment-variable.md): os.environ["DAPPIER_API_KEY"] = "" - [Initialize the Dappier SDK](initialize-the-dappier-sdk.md): app = Dappier() - [Ravenala](ravenala.md): Ravenala is an AI-native operating system for creating agentic workflows and automation across tools, APIs, and AI mo... - [Getting Started](getting-started-2.md): If you prefer a visual walkthrough, check out the accompanying video below: - [Overview](overview-2.md): Dappier provides a hosted MCP (Model Context Protocol) server that offers vertical-specific tools for Ravenala agents... - [Available Dappier Tools](available-dappier-tools.md): Each tool is available as a callable action in Ravenala. The following tools are accessible through the Dappier App: - [Usage Examples](usage-examples.md): **Use Case:** Get real-time market summary for Tesla (TSLA) inside a Ravenala agent. - [Key Benefits](key-benefits.md): The Dappier App in Ravenala provides powerful, plug-and-play access to real-time data tools across finance, science, ... - [Conclusion](conclusion.md): The Dappier integration with Ravenala represents a powerful combination of AI workflow automation and real-time data ... - [Replit](replit.md): Idea to app, fast. Create beautiful, modern web applications at the speed of thought. Describe what you need and Repl... - [Conclusion](conclusion-2.md): With Replit’s powerful cloud-based development environment and **Dappier’s** robust real-time data models, developers... - [Skyfire x Dappier](skyfire-x-dappier.md): Skyfire and Dappier together demonstrate the future of **payment-enabled AI service integration**, showing how AI age... - [Getting Started](getting-started-3.md): If you prefer a visual walkthrough, check out the accompanying video below: - [Required API Keys](required-api-keys.md): OPENAI_API_KEY=your_openai_api_key_here - [Optional Config](optional-config.md): FLASK_ENV=development - [Architecture](architecture.md): The integration demonstrates a **10-step agentic workflow** coordinated by Microsoft AutoGen’s **Swarm pattern**. Eac... - [Tools Available via Dappier MCP Server](tools-available-via-dappier-mcp-server.md): The following tools are available when Dappier is discovered through Skyfire: - [Usage Examples](usage-examples-2.md): **Use Case:** Fetch Tesla stock data (TSLA) with automated payment. - [Key Benefits](key-benefits-2.md): * AI agents autonomously pay for services. - [Conclusion](conclusion-3.md): The **Skyfire x Dappier integration** demonstrates how AI agents can become **fully autonomous service consumers**. - [References & Related Links](references-related-links.md): * [Microsoft AutoGen Swarm](https://microsoft.github.io/autogen/) - [Zapier](zapier.md): Zapier is a powerful automation platform that connects your favorite apps and services, enabling you to create workfl... - [Launch Your Own AI Mode](launch-your-own-ai-mode.md) - [🚀 Launch Your Own AI Mode on Dappier](launch-your-own-ai-mode-on-dappier.md): Welcome to **AI Mode**, your own branded AI experience — powered by your content, customized with your brand, and dep... - [Monetize Your Content](monetize-your-content.md): **Publishers!** Earn revenue from your content. AI companies need your data. Monetize by listing your content model i... - [Quickstart](quickstart.md): Dappier's RAG (Retrieval-Augmented Generation) API marketplace designed to supercharge your AI applications with real... - [RAG API Marketplace](rag-api-marketplace.md): Supercharge your AI applications with Dappier's pre-trained, LLM ready RAG models and natural language APIs to ensure... - [Real Time Data API](real-time-data-api.md): Dappier’s Real Time Data model can help you access real-time google web search results including the latest news, wea... - [Create GPTs](create-gpts.md): Creating your own GPT? Leverage Dappier’s Real Time Data model to allow your GPT to access real-time google web searc... - [WordPress Plugin](wordpress-plugin.md) - [What is Dappier?](what-is-dappier.md): Dappier is a powerful AI-driven platform designed to help publishers engage audiences, increase content recirculation...