# Recase ## Docs - [Create a Linear issue](https://docs.recaseai.com/src/examples/create-linear-issue.md): Example workflow to summarize a feature request with AI and create an issue in [Linear](https://linear.app). - [Query about a payment](https://docs.recaseai.com/src/examples/query-payment.md): Example workflow to search for payment details from a Supabase table, and summarize the results in English. - [Quickstart](https://docs.recaseai.com/src/getting-started/quickstart.md): Build and deploy your first workflow in under 5 minutes. - [Running workflows on Slack](https://docs.recaseai.com/src/getting-started/running-on-slack.md): Run your workflows by asking in natural language, using Slack Slash Commands - [recase.llm](https://docs.recaseai.com/src/modules/recase-llm.md): Calling Large Language Models easily from your workflows - [recase.llmStructured](https://docs.recaseai.com/src/modules/recase-llmStructured.md): Generating structured outputs from Large Language Models - [recase.log](https://docs.recaseai.com/src/modules/recase-log.md): Log a message to the console for view in the Recase Dashboard - [recase.webScrape](https://docs.recaseai.com/src/modules/recase-webScrape.md): Scrape a website and return Markdown for use in LLM workflows - [recase.webSearch](https://docs.recaseai.com/src/modules/recase-webSearch.md): Search the web and return results ## OpenAPI Specs - [openapi](https://docs.recaseai.com/api-reference/openapi.json) - [openapi_ex](https://docs.recaseai.com/api-reference/openapi_ex.json) - [openapi_template](https://docs.recaseai.com/api-reference/openapi_template.json)