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
LLM trading workflows need market context that is current, bounded, and easy for agents to request without taking over execution authority.
Use Cornerstones for market context and keep execution policy in your trading runtime.
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.