Skip to Content
CLI ReferenceOverview

CLI Reference

APXY — HTTPS network debugging and API mocking tool, optimized for AI agents.

Command tree

apxy ├── proxy → start, stop, status, browser, env ├── traffic → logs, filter, recording, sql, devices ├── rules → mock, redirect, interceptor, breakpoint, caching, network, script ├── setup → certs, init, ssl, mobile, settings ├── tools → request, protobuf, db ├── schema → import, list, show, delete, validate, validate-recent ├── license → activate, status, deactivate └── config → export, import

Common defaults

SettingDefault
Proxy port8080
Control API portproxy port + 1 (8081)
Web UI portproxy port + 2 (8082, 0 to disable)
Config file./configs/default.yaml
Certificate directory~/.apxy/certs

Global options

These flags are available on every command:

FlagTypeDefaultDescription
--configstring./configs/default.yamlConfig file path
--error-formatstringtextError output format: text or json
--help-formatstringdefaultHelp output format: default or agent
--verbose-falseEnable verbose output

Environment variables

VariableDescriptionDefault
APXY_CONTROL_URLURL of the control APIhttp://localhost:8081
APXY_DBPath to the local traffic database./data/apxy.db

Picking the right interface

Use the CLI when you want:

  • Terminal-first inspection and troubleshooting
  • Scriptable commands for repeatable workflows
  • Precise rule or environment changes

Use the Web UI when you want:

  • Live visual traffic browsing
  • Guided setup diagnostics
  • Visual editing of mocks, filters, redirects, SSL, and network rules
Last updated on