WaveGuard
Detect anomalies in any data using GPU-accelerated wave physics simulation, not machine learning. One stateless API call does everything: send normal examples (training) and samples to check (test), get back per-sample anomaly scores, confidence levels, and explanations of which features diverged. How It Works No training pipelines. No model management. No stored state. Every call starts fresh…
WaveGuard endpoints
| Method | Endpoint | Description |
|---|---|---|
| Detection | ||
| POST |
scan /v1/scan |
**The only endpoint you need.** Send normal (training) data and suspicious (test) data in one call. The engine learns what normal looks like, scores the test data, and tears… |
| System | ||
| GET |
get_tier_info /v1/tier |
Returns your current subscription tier and resource limits. |
| GET |
health_check /v1/health |
Health check — no auth required. Returns engine config and GPU info. |
| GET |
get_pricing /v1/pricing |
All payment options including x402 crypto micropayments. No authentication required. Returns pricing tiers, RapidAPI subscription info, and (if enabled) x402 crypto payment… |
| GET |
mcp_analytics /v1/analytics/mcp |
View MCP traffic analytics — which methods, tools, IPs, and user-agents are hitting the MCP endpoints. Requires API key authentication. Pass ?last_n=100 to see more recent events. |
| Agent Discovery | ||
| GET |
agent_tools_mcp /v1/agent/mcp |
Tool definitions in MCP (Model Context Protocol) format. |
| GET |
agent_tools_openai /v1/agent/tools |
Tool definitions in OpenAI function-calling format for agent frameworks. |
| GET |
agent_tools_langchain /v1/agent/langchain |
Configuration for LangChain StructuredTool integration. |
| Embedding | ||
| POST |
compare /v1/compare |
**Physics-based structural comparison.** Compute similarity between two data items using wave-equation fingerprints. Returns cosine similarity (0–1) and Euclidean distance, plus… |
| POST |
fingerprint /v1/fingerprint |
**Physics-based data fingerprinting.** Encode any data item into a physics embedding vector via wave-equation dynamics. Each dimension captures a physical property of how the… |
| Intelligence | ||
| POST |
mechanism_probe /v1/mechanism_probe |
Run intervention variants and rank influence magnitudes. |
| POST |
interaction_matrix /v1/interaction_matrix |
Estimate pairwise interaction geometry from per-entity equation response. |
| POST |
multi_horizon_outlook /v1/multi_horizon_outlook |
Compute horizon-specific anomaly probabilities and consistency. |
| POST |
cascade_risk /v1/cascade_risk |
Estimate cascade depth/velocity from shock propagation over adjacency. |
| POST |
action_surface /v1/action_surface |
Score candidate actions and derive robust zones and Pareto frontier. |
| POST |
trajectory_scan /v1/trajectory_scan |
Scan an ordered sequence for regime drift and anomaly transitions. |
| POST |
phase_coherence /v1/phase_coherence |
Measure coherence structure from solver score organization. |
| POST |
instability /v1/instability |
Estimate response instability by perturb-and-resolve trials. |
| POST |
counterfactual /v1/counterfactual |
Run baseline + counterfactual samples through identical solver conditions. Fully stateless: caller supplies all context in-request. |
| POST |
spectral_analyze /v1/spectral_analyze |
Evolve a signal through the LFM lattice (GOV-01/02), then extract spectral features via FFT on the wave-processed field. The chi-field acts as a physics-based nonlinear spectral… |
| POST |
biorhythm /v1/biorhythm |
Computes physical (23-day), emotional (28-day), and intellectual (33-day) biorhythm cycles from birth date using wave-interference physics. Optionally computes compatibility… |
| POST |
wave_solve /v1/wave_solve |
Evolve an initial E-field through the LFM lattice using leapfrog integration of GOV-01 (wave equation) and optionally GOV-02 (chi adapts). Returns the evolved field, energy… |
| Market Data | ||
| GET |
market_data /v1/market/{action} |
Fetch live crypto market data. Free, no auth needed. **Actions**: token_data, price_history, ohlc, top_coins, search, dex_token, dex_search. Examples: - ``GET… |
WaveGuard pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / hour |
|
| PRO | Free | 60 / minute |
|
| ULTRA | Free | 300 / minute |
|
| MEGA | Free | 1000 / minute |
|