docs(arcjet): teach Capture and OTLP HTTP collector keys - #53
Draft
davidmytton wants to merge 1 commit into
Draft
Conversation
Capture and OTLP HTTP accept a site SDK key or a project collector key. Collector keys are ingest-only; ARCJET_KEY for protect/guard stays a site key. Co-authored-by: David Mytton <davidmytton@users.noreply.github.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.
Teaches the credential change from arcjet#8942 (merge
0b49efff694ba343696573620a2c444283ef2f45) so an agent following the skill does not treat every key asajkey_.What the skill now teaches
ajkey_) and project collector key (aj_prj_key_).ARCJET_KEYforprotect()/guard()stays a site key (sites get-key/get-site-key).Files
arcjet/SKILL.md— Step 2 key kinds, capture breadcrumb, gotcha, description trigger phrases.arcjet/references/cli.mdandmcp.md— bootstrap still writes a site key toARCJET_KEY.ARCJET_KEYnotes.Left unchanged: no new skill file, no
arcjet-pluginvendoring, no unpublished adapter branches (Strands, Python OpenAI Agents), and no teaching ofactor/inputs/policyInput/ remote policies.