Skip to main content
If you’re building your integration with an AI coding assistant, you don’t need to paste this whole documentation site into your context window. Drop the skill file below into your project and the assistant will follow the same order this documentation does: scaffold the project correctly, get a basic authenticated connection working before touching contract code, and check a known-pitfalls table before guessing at a fix.

Install it

Save the file below as .claude/skills/t3n-adk-quickstart/SKILL.md in your project (or your global ~/.claude/skills/ directory), then invoke it with /t3n-adk-quickstart or just describe what you’re building — Claude Code will pick it up automatically based on the skill’s description.

This documentation is agent-readable too

Every page on this site is available as plain Markdown by appending .md to its URL, and a machine-readable index of every page lives at /llms.txt — point an agent there if you want it to explore the docs directly instead of relying on the skill file above.

SDK & API Reference

If you’re pasting context manually instead of using the skill file, this single page is the highest-value one to include — every confirmed method, host interface, and API tag in one place.