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

# Interceptor targets: runtime vs CLI template

> Guide for interceptor targets: runtime vs cli template

## Runtime (SDK)

Authoritative path strings for **`interceptors[].target`** live in this handbook: **[Runtime injector targets](/build-on-omnichain/builder-marketplace/runtime-injector-targets)**.

## Devkit template (`create plugin --interceptor`)

The CLI exposes a **fixed subset** for scaffolding prompts only—see the **create plugin --interceptor subset** section in [Runtime injector targets](/build-on-omnichain/builder-marketplace/runtime-injector-targets).

## Discovering more paths in development

Use **Developer / Inspector** tooling in dev mode to enumerate paths registered by your SDK version. Deeper architecture for **`injectable` / `useInjectedComponent`** ships in **`@orderly.network/plugin-core`** on npm (GUIDE / TECH).
