Skip to content

DevDiff Gateway

The DevDiff Gateway is a persistent server that speaks multiple protocols simultaneously, serving as the central hub for code intelligence.

Protocol Matrix

ProtocolDefault PortDescription
HTTP REST3737Main API interface for standard web requests.
WebSocket3738Streaming updates and live change feed.
MCP3739Model Context Protocol for LLM agents.
OpenClaw3740Native interface for OpenClaw workflow runners.
gRPC3741High-performance RPC protocol.

REST API Endpoint Summary

  • GET /health - Health state and process details.
  • GET /api/v1/status - Returns list of connected adapters, watchers, and loaded skills.
  • POST /api/v1/analyze - Triggers a synchronous, one-shot code analysis run.
  • POST /webhooks/github - Handles incoming GitHub webhook events.
  • POST /webhooks/gitlab - Handles incoming GitLab webhook events.
  • GET /api/v1/personas - Lists registered AI output personalities.
  • GET /api/v1/skills - Lists installed skills and pipelines.