Skip to main content

Intro

This guide will help you get started with agent orchestration, learn key concepts, and make the most of Smartloop.

What is Smartloop?

Smartloop is a local AI orchestration framework for extracting information from your own sources and generating new content. It runs on your device.

At its core, the sl-mini model works like a control plane, selecting the models needed to answer a given prompt. Instead of relying on a single large model, it uses a capability-based agentic approach that breaks a problem into smaller tasks, delivering comparable results without the infrastructure, cloud, and tokens that much larger models require. Selection weighs each model's capabilities, size, and other factors, while staying within the boundary of your device.

What you can do

  • Ask questions across your own documents. Drop PDFs, Office files, text, or images into a project and a single prompt can draw on all of them at once, with the sources it used shown alongside the answer. See Bring your documents.
  • Extract information from images and files. Attach a scan, screenshot, or photo to a prompt and pull structured details out of it — a vision model does the reading. Useful for forms, IDs, receipts, and scanned pages.
  • Generate new content. Ask for summaries, comparisons, tables, or drafts grounded in your project's context rather than written from a blank page.
  • Pack repetitive prompts into skills. A skill is a markdown file describing a task the assistant can run — analyzing documents, searching the web, and generating a consolidated report in one go. Run one by typing / in the prompt, or create a new one from a template. See Skills.
  • Connect external systems. Through the Model Context Protocol (MCP), the assistant can reach outside tools and data sources, so it can perform tasks such as creating a ticket. New projects come with several MCPs already configured. See Connecting to external systems.
  • Search the web for current information. Connect your own free Brave Search key and a project can combine your documents with the latest data from the web — recommending a product, for instance — with every answer annotated with the sites it drew from. See Web search.
  • Control what it remembers. A thumbs up or thumbs down on any response decides what enters the project's memory, so you don't supply the same context twice. See Memory.
  • Build on the API. Smartloop exposes an OpenAI-compatible endpoint for automating project creation, uploading documents, and integrating with your own applications. See Local AI.
  • Work from the terminal. The command line tool manages projects and skills without opening Studio. See Command line tool.

Where to start

  1. Getting started — install Studio, sign in, and run your first prompt in General Chat.
  2. Bring your documents — create a project and give it your own files.
  3. Skills — automate a task you repeat.
  4. Connecting to external systems — let the assistant act on other systems.
  5. Web search — bring in current data from the web.
  6. Model Orchestration — how model selection works under the hood.

Contact

For more information, visit Smartloop or reach out via email: hello@smartloop.ai.


© 2026 Smartloop Inc. | All rights reserved