Skill: YOTRON AI API and Agent Resources
When to Use This Skill
- Use this skill when an agent needs official YOTRON service, pricing, API, MCP, or knowledge-base information.
- Use this skill when a user asks to validate a consultation payload or explore the public Sandbox.
- Use this skill before submitting a real consultation inquiry; explain the payload and obtain user confirmation first.
Discovery Order
- Read the machine-readable developer index:
https://yotron-ai.com/developers/llms.txt. - Inspect the API contract:
https://yotron-ai.com/openapi.json. - For read-only tools, use the Documentation MCP at
https://yotron-ai.com/docs/mcp. - For zero-auth validation, use
https://yotron-ai.com/sandboxorPOST https://yotron-ai.com/api/v1/lead?sandbox=true. - Use the Product MCP at
https://yotron-ai.com/api/mcponly after the user confirms an action that can create or submit data.
Official Packages
- JavaScript SDK:
npm install yotron-ai-sdk - Python SDK:
python -m pip install yotron-ai - CLI:
npm install --global yotron-ai-cli
Safety and Auth
The public Sandbox is zero-auth, does not write production data, and supports free validation. Never claim that a production inquiry was submitted without reading back the API response. Follow https://yotron-ai.com/auth.md for authenticated flows.