AI Agent Onboarding
Give any AI agent or coding assistant full context on the Withings API in seconds.
Context documenthttps://developer.withings.com/llms.md
One file containing everything an AI agent needs to integrate the Withings API — authentication, endpoints, data types, solutions, and best practices.
How it works
1
Copy the URL
The /llms.md file is a single Markdown document with the complete Withings API reference — no login required.
2
Pass it to your agent
Give the URL to your AI agent or coding tool as context. It works with Claude, ChatGPT, LangChain, Cursor, and any tool that can fetch a URL.
3
Build your integration
Ask the agent to implement authentication, fetch health data, set up webhooks, or anything else covered in the documentation.
Framework examples
Pass the documentation URL as context in your system prompt or user message.
You are helping me integrate the Withings API into my application.
The complete Withings API documentation is available at:
https://developer.withings.com/llms.md
Please read the documentation and help me:
[describe your use case — e.g. "set up OAuth 2.0 authentication and fetch weight measurements"]