# lil'bots Docs ## Docs - [Trigger Bot](https://docs.lilbots.io/api-reference/endpoints/trigger.md): Invoke your bot from any external platform by calling this API endpoint. The execution is asynchronous - the bot will be executed in the background. - [Wait for Bot Execution](https://docs.lilbots.io/api-reference/endpoints/trigger-sync.md): Synchronously wait for a bot execution to complete and get its outputs. This endpoint will wait until the bot has finished executing or times out after 5 minutes. - [Webhook Triggers API](https://docs.lilbots.io/api-reference/webhook-triggers.md): API reference for triggering bots via webhooks - [Networking](https://docs.lilbots.io/building-bots/advanced/networking.md): This document covers some information regarding network requests in the lilbots runtime - [Progress Reporting](https://docs.lilbots.io/building-bots/advanced/progress-reporting.md): Keep users informed about long-running operations with progress indicators - [Anatomy of a Bot](https://docs.lilbots.io/building-bots/anatomy-of-a-bot.md): Understand how bots are built - [Bot Inputs](https://docs.lilbots.io/building-bots/bot-inputs.md): The different types of inputs and parameters bots can take on - [Bot Outputs](https://docs.lilbots.io/building-bots/bot-outputs.md): The different types of outputs bots can return to the user - [JavaScript Runtime Gotchas](https://docs.lilbots.io/building-bots/javascript/gotchas.md): This document covers some edge cases and gotchas with the javascript runtime. - [The JavaScript Runtime](https://docs.lilbots.io/building-bots/javascript/javascript-runtime.md): Build bots in JavaScript - [The Python Runtime](https://docs.lilbots.io/building-bots/python/python-runtime.md): Build bots in Python - [Browserbase API](https://docs.lilbots.io/building-bots/service-apis/browserbase.md): Using the Browserbase API in your bots - [ElevenLabs API](https://docs.lilbots.io/building-bots/service-apis/elevenlabs.md): Using the ElevenLabs API in your bots - [Firecrawl API](https://docs.lilbots.io/building-bots/service-apis/firecrawl.md): Using the Firecrawl API in your bots - [Using LLMs](https://docs.lilbots.io/building-bots/service-apis/llms.md): Integrating Large Language Models in your bots - [Serp API](https://docs.lilbots.io/building-bots/service-apis/serpapi.md): Using the Serp API in your bots - [Using Service APIs](https://docs.lilbots.io/building-bots/service-apis/using-service-apis.md): Use the Built In APIs to interact with includec services - [User Accounts](https://docs.lilbots.io/building-bots/user-accounts.md): Access users connected OAuth accounts from your bots - [Introduction](https://docs.lilbots.io/introduction.md): Lilbots Documentation - [Bot Triggers](https://docs.lilbots.io/using-bots/triggers.md): This document covers how you can trigger your bot to run from external platforms. ## OpenAPI Specs - [webhooks-openapi](https://docs.lilbots.io/api-reference/webhooks-openapi.json) - [openapi](https://docs.lilbots.io/api-reference/openapi.json) ## Optional - [Explore Bots](https://www.lilbots.io/)