Market intel API
Retrieve real-time competitive landscape data, infrastructure health signals, and market opportunities.
Get market intelligence
No authentication required. Returns live competitor status checks, market signals from internal infrastructure health APIs, and strategic opportunity analysis.
Competitor status checks and infrastructure health probes each use a 5-second timeout. The total response time depends on how quickly external services respond.
Response
Top-level fields
| Field | Type | Description |
|---|
generatedAt | string | ISO 8601 timestamp when the response was generated |
competitors | array | Live status of tracked competitor platforms |
signals | array | Market and infrastructure signals |
opportunities | array | Strategic opportunity analysis |
Competitor object
Each entry in the competitors array contains:
| Field | Type | Description |
|---|
name | string | Competitor platform name |
url | string | Competitor website URL |
description | string | Brief description of the competitor’s offering |
price | string | Pricing summary |
status | string | Live availability: up, down, or unknown |
responseMs | number | null | Response time in milliseconds, or null if the check failed |
Tracked competitors
| Name | Description |
|---|
| Relevance AI | No-code agent builder targeting enterprise teams |
| Lindy.ai | Personal AI assistant with workflow automation |
| Beam.ai | Enterprise AI agent platform |
| AgentGPT | Open-source autonomous agent runner |
| Dust.tt | Enterprise AI workspace with custom assistants |
| CrewAI | Multi-agent orchestration framework |
| AutoGen (Microsoft) | Microsoft multi-agent conversation framework |
Signal object
Each entry in the signals array contains:
| Field | Type | Description |
|---|
id | string | Unique signal identifier |
text | string | Human-readable signal description |
source | string | Source of the signal (for example, Agentbot Health API, x402 Gateway, Tempo x402 Soul) |
date | string | Date of the signal in YYYY-MM-DD format |
sentiment | string | Signal sentiment: pos, neg, or neutral |
Infrastructure signals
The endpoint probes the following internal services and includes their status as signals when available:
| Signal ID | Source | Description |
|---|
infra-1 | Agentbot Health API | Agentbot backend health including provisioning, Docker, and provider status |
x402-1 | x402 Gateway | x402 payment gateway operational status |
soul-1 | Tempo x402 Soul | Autonomous soul agent status including version and soul state |
Infrastructure signals are only included when the corresponding service responds within the 5-second timeout. Missing signals indicate the service was unreachable.
Opportunity object
Each entry in the opportunities array contains:
| Field | Type | Description |
|---|
title | string | Opportunity area name |
gap | string | Identified market gap |
action | string | Recommended strategic action |
Example request
Example response
Errors
| Code | Description |
|---|
| 200 | Market intelligence data returned successfully |