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

# Roadmap

> What's coming next for DataRaven

A look at what we're building next. This roadmap reflects our current priorities — it will evolve based on user feedback and demand.

Have a feature request? [Join the Discord](https://discord.gg/VXAvSnTB2Y) or [open an issue on GitHub](https://github.com/dataraven-io).

## In Progress

Features actively being worked on.

<CardGroup cols={2}>
  <Card title="CLI / TUI" icon="terminal">
    A command-line interface for managing tasks, triggering executions, and tailing logs from your terminal.
  </Card>

  <Card title="SDKs" icon="code">
    Official client libraries for Python, TypeScript, and Go — built on top of the API key system.
  </Card>
</CardGroup>

## Planned

Committed features on the near-term horizon.

<CardGroup cols={2}>
  <Card title="CI/CD & Data Pipeline Integrations" icon="arrows-spin">
    Trigger and monitor transfers from GitHub Actions, Airflow, Dagster, and other pipeline orchestrators using API keys.
  </Card>

  <Card title="Agentic AI Workflows" icon="robot">
    Let AI agents orchestrate data movement across your infrastructure through the API and upcoming SDK integrations.
  </Card>

  <Card title="AI Agent Skills" icon="microchip-ai">
    First-class support for AI agent integrations through skill repositories like ClawHub. Let agents manage transfers, query execution status, and orchestrate data pipelines programmatically.
  </Card>

  <Card title="Additional Storage Providers" icon="cloud">
    Expanding beyond the current lineup. Planned additions include Tigris, Rabata.io, DigitalOcean Spaces, MinIO, Hetzner Object Storage, and many more.
  </Card>

  <Card title="Azure Managed Identity & Service Principal" icon="id-badge">
    Authenticate to Azure Blob Storage using Managed Identity or Service Principal credentials — no account keys or SAS URLs required.
  </Card>

  <Card title="Enhanced Usage Analytics" icon="chart-line">
    Task-level analytics with rankings, error classification, success rates, and trend analysis. Includes per-provider egress cost estimates so you can track the real cost of your transfers across AWS, Azure, GCS, R2, and other backends.
  </Card>
</CardGroup>

## Exploring

Features we're evaluating based on community interest.

<CardGroup cols={2}>
  <Card title="SSO / SAML" icon="building-lock">
    Enterprise single sign-on for teams that require centralized identity management.
  </Card>

  <Card title="Terraform Provider" icon="cubes">
    Manage DataRaven resources — teams, tasks, locations, secrets — as infrastructure-as-code.
  </Card>
</CardGroup>
