> ## Documentation Index
> Fetch the complete documentation index at: https://docs.relaycli.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Roadmap

> Where we're heading next

Relay is in beta, and we're thrilled to offer a sneak peek into our development journey!
Our roadmap below details the features and enhancements we're actively developing, alongside those we've successfully rolled out. This is your window into the evolving capabilities of Relay, crafted with the developer's workflow in mind.

## Beta preview

<AccordionGroup>
  <Accordion icon="terminal" title="CLI commands">
    Connect accounts, fetch messages, search, and manage your inbox from the command line.
  </Accordion>

  <Accordion icon="code" title="Python library">
    Import and use Relay in your Python applications for programmatic email management.
  </Accordion>

  <Accordion icon="shield-check" title="Local credential storage">
    Secure, encrypted storage of your email credentials using OS keychain integration.
  </Accordion>

  <Accordion icon="users" title="Multi-account support">
    Connect and manage multiple email accounts simultaneously.
  </Accordion>
</AccordionGroup>

## Coming soon

<AccordionGroup>
  <Accordion icon="cloud" title="Relay Cloud">
    Hosted API and web interface for teams who prefer managed infrastructure.
  </Accordion>

  <Accordion icon="globe" title="REST API">
    HTTP endpoints for building web applications and integrations with any language.
  </Accordion>

  <Accordion icon="webhook" title="Real-time sync">
    Webhooks and push notifications for instant email updates.
  </Accordion>

  <Accordion icon="robot" title="Email automation">
    Built-in tools for creating smart filters, auto-responders, and email workflows.
  </Accordion>
</AccordionGroup>
