docs: programmatic access — API keys, Use the API, and transiliencectl (CLI)#3
Open
rkreddyp wants to merge 2 commits into
Open
docs: programmatic access — API keys, Use the API, and transiliencectl (CLI)#3rkreddyp wants to merge 2 commits into
rkreddyp wants to merge 2 commits into
Conversation
Document programmatic access to the platform via API keys: - concepts/api-keys.md — what keys are, where to find them, org binding, the shown-once secret, and revocation (with the API Keys UI screenshot). - workflows/use-the-api.md — authenticate with a bearer key and the core loop (list apps → run → poll → fetch files) with curl examples; how to point an AI agent at /llms.txt. - README router + glossary entries (API, API key, llms.txt). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Companion to the API docs: a command-line tool that drives the platform with an API key. - concepts/cli.md — what transiliencectl is, install, config, command list. - workflows/use-the-cli.md — install → config → the agent loop (projects list → run --follow → files get), config reference, troubleshooting. - README router + glossary (transiliencectl); cross-links from the API key pages. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds user-facing documentation for programmatic API access (driving the platform from a script or an AI agent like Claude Code).
New pages
Authorization: Bearer <key>(no org header — the key is org-bound) and the core loop with curl examples (list apps → run → poll → fetch files), plus how to point an AI agent at/llms.txt.Updates
images/api-keys-profile-ui.jpg) — a deliberate addition for the developer guide.Matches the house style (conversational, second-person, "What it is / Where to find it / Common questions / Related"). Pairs with the mcs feature PR transilienceai/mcs#186.