Agent Access

Chainshorts for SeekerClaw and other AI agents

Chainshorts already exposes public read APIs and wallet-safe mobile deep links. This page is the stable entry point for agents that need current news and safe navigation rules.

Start Here

  • Read /llms.txt for the compact machine-readable index.
  • Use /v1/feed/agent for concise news summaries and active markets.

Public APIs

Health
https://api.chainshorts.live/health

Basic liveness check for uptime monitors and agents.

Config
https://api.chainshorts.live/v1/config

Public runtime configuration and feature flags that are safe to expose.

Agent Feed
https://api.chainshorts.live/v1/feed/agent?limit=20&topics=solana,ai_tech

Compact article summaries and active market context intended for agent consumption.

Trending Feed
https://api.chainshorts.live/v1/feed/trending?limit=10

Trending stories for recap or discovery agents.

Mobile Deep Links

  • chainshorts://
  • chainshorts://mine

Safety Rules

  • Admin and advertiser routes are authenticated surfaces and should not be probed without an explicit logged-in session.
  • Any transaction or payment flow must remain user-confirmed in a wallet. Agents should not claim a transaction succeeded without chain verification.
  • Use public read endpoints for research and summarization; avoid scraping interactive UIs when an API already exists.