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
Use Cornerstones as a capability-discoverable market data layer. Agents can inspect help, docs, and trial-safe flows before authenticated production reads, so teams avoid pasting provider keys into prompts or scripts.
Start with the public client, inspect supported surfaces, then promote trusted workflows to authenticated API keys.
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.