Archive Technologies · Authentication Profile
Archive Technologies Authentication
Authentication
Archive's public GraphQL API authenticates with a workspace-scoped bearer token generated in the Archive app under Settings -> API (compatible plans only). Every request also carries a WORKSPACE-ID header (workspace UUID) to scope the query to a workspace or agency. Separately, Archive's hosted MCP server uses OAuth 2.0 (authorization code + PKCE) with a single "mcp" scope. No scopes are documented for the direct GraphQL bearer token.
Archive Technologies secures its APIs with http and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).
CompanyCreator MarketingInfluencer MarketingSocial ListeningUser Generated ContentE-commerceGraphQLMCP
Methods: http, oauth2
Schemes: 3
OAuth flows: authorizationCode
API key in: header
Security Schemes
bearerAuth http
workspaceId apiKey
mcpOAuth oauth2