Beamlit is a serverless platform that gives AI Builders the developer tools and infrastructure to deploy and run AI agents. Beamlit lets you bring your models, functions and agents and runs them globally with very low-latency and very high-availability.

This portal provides comprehensive documentation, API references, and CLI instructions to help you operate the platform effectively.

Core concepts

Here are 3 important concepts to get started with Beamlit:

  • Agents: AI-powered systems that interact with users, reason independently, and take autonomous actions through APIs to read or write data. They are built using the two other atomic bricks: functions and models.
  • Functions: Tools that agents use to interact with their environment. These are custom code pieces that run with specific arguments through an API endpoint.
  • Model APIs: ML models that make inferences within the chained AI workflow. They act as action models—LLMs that interact with humans in natural language and can use available tools by generating appropriate input payloads (function calling).

When you deploy your agents to Beamlit, they run on a technical backbone called the Global Inference Network. The platform’s serverless architecture automatically scales computing resources without any server management on your part. Simply bring your agents to Beamlit, and we’ll run agent, model and function calls for you—ensuring your users receive excellent service regardless of their location.

Global Inference Network ****serves as the powerhouse for the entire Beamlit platform, designed to deliver inferences at scale with exceptional availability and minimal latency. It allows for multi-region deployment, enabling AI workloads to run across multiple geographic areas or cloud providers.

Beamlit provides all the developer tools needed to build and run your agents throughout their lifecycle. When pushed to Beamlit, agents, models, and functions become available as single global endpoints. Beamlit not only lets you specify the model APIs and tools an agent uses during development but also executes those API and tool calls during agent runtime. Manage your model lifecycle across stages using Beamlit environments such as development and production.

The platform implements advanced security measures, including fine-grained authentication and authorization through Beamlit IAM, ensuring that your AI infrastructure remains protected. It can be interacted with through various methods, including APIs, CLI, console, as well as a Kubernetes operator for IT teams.

Documentation structure

You might want to start with any of the following articles:

  • Get started: Deploy your first AI model worldwide in just 3 minutes.
  • Examples: Explore real-world use cases and implementation guides.
  • Product Documentation
    • Agents: Build and run AI agents that can scale.
    • Functions: Execute tool calls when requested by your AI agents
    • Model APIs: Learn about supported model types.
    • Integrations: Discover how Beamlit works with other tools and platforms.
    • Model Governance: Manage a development and production life-cycle.
    • Security: Implement robust security measures for your ML infrastructure.
  • API reference: Comprehensive guide to Beamlit’s APIs.
  • CLI reference: Learn how to use Beamlit’s command-line interface.