All Claude models · always latest

The AI that reads
your SAP system.

Classes, transports, packages, CDS views — Oricode reads your actual system.
Not just autocomplete. Built for Eclipse ADT + VS Code.

Oricode AI · Eclipse
Oricode AI · VS Code · Available now
Production-ready. Install from the VS Code Marketplace — full ABAP + Fiori + BTP support in your primary IDE.
All Claude modelsAlways latest
BYOK supportedAnthropic · AWS Bedrock
SAP-native MCPReads · creates · activates
Eclipse ADT — Oricode AI
📁
💬
🔧
📜
YouCreate an ABAP class for handling REST API calls with error handling
Oricode AICLASS zcl_rest_client DEFINITIONPUBLICCREATE PUBLIC.PUBLIC SECTION.METHODS: send_requestIMPORTING i_url TYPE stringRETURNING VALUE(r_response)...

Everything you need to
code smarter

Powerful features designed specifically for SAP ABAP developers

🤖

AI Chat Assistant

Claude AI integrated directly into Eclipse. Ask questions, get code, debug issues.

  • Context-aware responses
  • Code explanations
  • Bug detection
  • Refactoring suggestions
🔧

Native SAP object support

Read, create, and modify SAP artifacts directly from Eclipse through the Oricode MCP tools.

  • ABAP classes, interfaces, programs, function modules
  • CDS views (data definitions + behavior definitions)
  • RAP business objects (managed & unmanaged)
  • Transports — search, create, add objects
  • Activate & version-control from chat
📜

Chat History

Never lose a conversation. All chats are saved and searchable in the cloud.

  • Persistent conversations
  • Resume anytime
  • Search across chats
  • Sync across devices
💾

Prompt Caching

Save up to 90% on API costs with intelligent caching of system prompts.

  • 90% cost reduction
  • Faster responses
  • Smart invalidation
  • Transparent billing
🔍

System audit & source scan

Point Oricode at a system, package, or transport and let it inventory, cross-reference, and flag issues across the codebase.

  • Scan packages, transports, or the whole system
  • Cross-reference impacted objects
  • Detect anti-patterns and dead code
  • Generate migration checklists
🛡️

Enterprise Ready

Built for enterprise security requirements with local processing options.

  • API key authentication
  • Usage analytics
  • Team management
  • BYOK — data stays with your provider

Get started in
3 simple steps

From installation to coding smarter in under 5 minutes

1
📥

Download the Bundle

Download the plugin bundle from oricode.ai and extract into your Eclipse dropins/ folder.

unzip → drop into <eclipse>/dropins/ → restart Eclipse
2
🔑

Enter Your API Key

Sign up for free and get your API key. Configure in preferences.

Window → Preferences → Oricode AI → API Key
3
🚀

Start Coding!

Open the Oricode AI view and start chatting. Context from your code is automatic.

Window → Show View → Oricode AI

See it in
action

Watch how Oricode AI helps you write better ABAP code

Your prompt:

Create an ABAP class for handling REST API calls with error handling and retry logic

Oricode AIClaude Sonnet
CLASS zcl_rest_client DEFINITION
  PUBLIC
  CREATE PUBLIC.

  PUBLIC SECTION.
    TYPES: BEGIN OF ty_response,
             status_code TYPE i,
             body        TYPE string,
             success     TYPE abap_bool,
           END OF ty_response.

    METHODS: constructor
      IMPORTING i_base_url TYPE string
                i_timeout  TYPE i DEFAULT 30,

    send_request
      IMPORTING i_endpoint TYPE string
                i_method   TYPE string DEFAULT 'GET'
                i_payload  TYPE string OPTIONAL
      RETURNING VALUE(r_response) TYPE ty_response
      RAISING   cx_http_client_error.

  PRIVATE SECTION.
    DATA: mv_base_url   TYPE string,
          mv_timeout    TYPE i,
          mv_max_retry  TYPE i VALUE 3.

    METHODS: execute_with_retry
      IMPORTING i_endpoint TYPE string
      RETURNING VALUE(r_response) TYPE ty_response.
ENDCLASS.

Simple, transparent
pricing

Start free, upgrade when you need more

Free

For trying out Oricode AI

$0/month
Get Started
  • 100 credits/month
  • All Claude models (credit-capped)
  • Full MCP tools (read + write)
  • Chat history
  • Higher credit caps
  • Priority support

Business

For individual developers

$159/month
Start Business
  • 6,000 credits/month
  • All Claude models
  • Full MCP tools (CRUD)
  • Unlimited chat history
  • Top-up packs available

Enterprise Managed

For teams — LLM cost included

$390/seat / month

≥ 5 seats · billed to the org

Start Enterprise Managed
  • 15,000 credits/seat/month
  • Team credit pool + org-admin allocation
  • All Claude models via Oricode
  • Full MCP tools (CRUD)
  • Team-pack top-ups (deposit into pool)
  • Priority support
Bring Your Own Key

Enterprise BYOK

For teams — bring your own LLM

$200/seat / month

≥ 5 seats · you pay your own LLM bill

Start Enterprise BYOK
  • Unlimited LLM (customer configures own provider)
  • Anthropic API key or AWS Bedrock
  • Chat traffic goes direct to your provider
  • All Claude models + full MCP tools (CRUD)
  • On-prem / SAP-native AI support
  • Priority support

Ready to code
smarter?

Start for free, no credit card required. Bring your own LLM key when you upgrade.

✓ Free tier available✓ No credit card✓ Cancel anytime