Orbit Logo
Agent Services/Agent Marketplace

Built-in Agents

The Agent Marketplace includes a collection of Orbit-provided agent templates and starter kits. These serve as reference implementations and building blocks that follow the Agent Blueprint standards.

Your team can use them as starting points, extend them for your domain needs, or reference them when building your own agents.


Current Built-in Agents

AI Assistant

General-purpose conversational agent.
  • Supports chat interface with summarization, Q&A, and task assistance.
  • Blueprint type: agent with chat configuration.

Email Agent

Provides emails.send tool for transactional or notification emails.

  • Configurable with SMTP, SES, or other providers.
  • Example use cases: daily reports, user onboarding, system alerts.

File Analyzer Agent

(Preview)

Accepts uploaded files (CSV, Excel, PDF, TXT).

  • Tools: files.summarize, files.extract, files.query.

  • Common for data exploration, compliance review, or bulk data parsing.

SMS Agent (Preview)

Provides sms.send tool.
  • Configurable with Twilio, MessageBird, or AWS End User Messaging.
  • Example use cases: customer notifications, multi-factor alerts.

More to Come

The Orbit team maintains and publishes additional agents to cover core workflows (e.g., calendar, CRM, analytics). All new agents are published with metadata and protocols for consistency.


Using Built-in Agent Templates

For your development team:

  1. Navigate to the Agent Marketplace in your platform environment.
  2. Browse the list of built-in agent templates.
  3. Review the agent's metadata (schema, protocols, and required configuration).
  4. Clone or customize the agent template for your specific use case.

Some agents require provider credentials (e.g., SMTP for Email, Twilio for SMS).
These are configured via the agent’s configuration section in its metadata.


Why Use Built-in Agent Templates

  • Save time — start with proven, tested agent foundations.
  • Learn by example — see how compliant blueprints are structured.
  • Extend & customize — build upon templates to fit your domain needs.
  • Stay secure — templates follow Orbit standards with compliance defaults enabled.

Last updated on