Who is this page for?
This page is for builders using AI coding or trading agents that need market context without exposing private infrastructure.
Agent-native market data
Expose trading data to AI agents through a product API and client layer. Do not publish backend adapter names, credentials, or provider-specific operational details.
Keep adapters server-side; give agents product-safe docs, commands, and authenticated API routes.
python -m pip install cornerstones-client
cornerstones-client --help
cornerstones-client trial start
cornerstones-client guide| Option | Best for | Tradeoff |
|---|---|---|
| Cornerstones | Agent-native market context | Requires product-specific client adoption |
| Raw broker/data API | Human-managed direct integrations | Higher leakage and adapter coupling risk for agents |
| Generic docs paste | One-off experiments | Hard to govern, measure, or monetize |
This page is for builders using AI coding or trading agents that need market context without exposing private infrastructure.
No. Cornerstones is a product and client layer that keeps provider details behind a safer public interface.
Agents can inspect the client and discovery surfaces first. Authenticated reads and higher quota require a hosted API key.
Install cornerstones-client, read the CLI guide, then move to a trial or API key when the workflow is real.