@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/ai/agent-api-authentication-schemes-and-bearer-tokens>
  a schema:TechArticle ;
  schema:headline "Agent API Authentication Schemes and Bearer Tokens" ;
  schema:url <https://anchorfact.org/ai/agent-api-authentication-schemes-and-bearer-tokens/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/agent-api-authentication-schemes-and-bearer-tokens>
  schema:citation <https://docs.stripe.com/api/authentication> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/agent-api-authentication-schemes-and-bearer-tokens>
  schema:citation <https://docs.cloud.google.com/docs/authentication> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/agent-api-authentication-schemes-and-bearer-tokens>
  schema:citation <https://spec.openapis.org/oas/v3.1.0#security-scheme-object> ;
  af:sourceTier "S" .