Archive Technologies website screenshot

Archive Technologies

Archive (Archive Technologies, Inc.) is an AI-powered creator and community marketing platform for e-commerce brands, founded in 2021 and headquartered in Miami, FL. Archive automates social listening across TikTok, Instagram, and YouTube, creator discovery, UGC rights and repurposing, campaign tracking, and reporting. Its public developer surface is the Archive API — a GraphQL API at POST https://app.archive.com/api/v2 that gives teams programmatic access to workspace data (creators, social profiles, UGC items, engagement history, content views, collections, campaigns, and competitor brands) authenticated with a workspace-scoped bearer token plus a WORKSPACE-ID header. The schema is published as a full reference (53 operations — 29 queries and 24 mutations — over 135 types) even though runtime introspection is disabled. Archive also operates an OAuth-protected remote MCP server at https://app.archive.com/api/v2/mcp whose 53 tools map 1:1 to those GraphQL operations, and both surfaces draw on the same per-workspace credit budget alongside a flat 5 requests/second ceiling, signalled at runtime with IETF ratelimit headers. Archive is backed by Battery Ventures among others.

Archive Technologies publishes 1 API on the APIs.io network. Tagged areas include Company, Creator Marketing, Influencer Marketing, Social Listening, and User Generated Content.

Archive Technologies’ developer surface includes documentation, API reference, support, engineering blog, changelog, authentication, getting-started guide, and 24 more developer resources.

56.4/100 strong ▲ 23.3 Agent 46/100 agent ready Full breakdown ↓
scored 2026-08-17 · rubric v0.11.0
AccessSelf serve
1 APIs 1 MCP Servers
CompanyCreator MarketingInfluencer MarketingSocial ListeningUser Generated ContentE-commerceGraphQLMCP

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-17 · rubric v0.11.0
Composite quality — 56.4/100 · strong
Contract Quality 12.0 / 25
Developer Ergonomics 12.5 / 20
Commercial Clarity 15.3 / 20
Operational Transparency 7.5 / 13
Governance 0.4 / 12
Discoverability 8.7 / 10
Agent readiness — 46/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/archive-technologies: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Archive API

Archive's public GraphQL API for programmatic access to creator and UGC workspace data — creators, social profiles, items (posts/reels/stories/videos), engagement history, conte...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Archive Technologies Authentication

http/oauth2 · 3 schemes

SECURITY

Archive Technologies Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Archive Technologies Scopes

1 scope · authorizationCode

1 scopes

SCOPES

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 6

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: archive-technologies
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/archive-technologies.png
name: Archive Technologies
description: Archive (Archive Technologies, Inc.) is an AI-powered creator and community marketing platform for e-commerce
  brands, founded in 2021 and headquartered in Miami, FL. Archive automates social listening across TikTok, Instagram, and
  YouTube, creator discovery, UGC rights and repurposing, campaign tracking, and reporting. Its public developer surface is
  the Archive API — a GraphQL API at POST https://app.archive.com/api/v2 that gives teams programmatic access to workspace
  data (creators, social profiles, UGC items, engagement history, content views, collections, campaigns, and competitor brands)
  authenticated with a workspace-scoped bearer token plus a WORKSPACE-ID header. The schema is published as a full reference
  (53 operations — 29 queries and 24 mutations — over 135 types) even though runtime introspection is disabled. Archive also
  operates an OAuth-protected remote MCP server at https://app.archive.com/api/v2/mcp whose 53 tools map 1:1 to those GraphQL
  operations, and both surfaces draw on the same per-workspace credit budget alongside a flat 5 requests/second ceiling, signalled
  at runtime with IETF ratelimit headers. Archive is backed by Battery Ventures among others.
url: https://raw.githubusercontent.com/api-evangelist/archive-technologies/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- battery-ventures
x-tier: profiled
x-tier-reason: has-public-api
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-08-13'
tags:
- Company
- Creator Marketing
- Influencer Marketing
- Social Listening
- User Generated Content
- E-commerce
- GraphQL
- MCP
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- name: Archive API
  description: 'Archive''s public GraphQL API for programmatic access to creator and UGC workspace data — creators, social
    profiles, items (posts/reels/stories/videos), engagement history, content views, collections, campaigns, and competitor
    brands. Single POST endpoint; authenticated with a workspace-scoped bearer token (arch_live_...) and a WORKSPACE-ID header.
    Cursor-paginated (first/after, nodes/pageInfo). Two limits apply at once: a flat 5 requests/second per workspace and a
    per-plan credit budget, both reported on every response via the ratelimit / ratelimit-policy headers. Introspection is
    disabled in production; the published schema reference is the schema of record.'
  humanURL: https://api-docs.archive.com
  baseURL: https://app.archive.com/api/v2
  tags:
  - GraphQL
  - Creator Marketing
  - UGC
  properties:
  - type: GraphQL
    url: https://app.archive.com/api/v2
  - type: GraphQL
    name: Archive API GraphQL schema (SDL)
    url: graphql/archive-technologies.graphql
  - type: Documentation
    url: https://api-docs.archive.com
  - type: APIReference
    url: https://app.archive.com/api/v2/docs
  - type: Examples
    url: examples/archive-technologies-graphql-examples.yml
  - type: ToolCrosswalk
    url: mcp/archive-technologies-tool-crosswalk.yml
common:
- type: DomainSecurity
  url: security/archive-technologies-domain-security.yml
- type: DeveloperPortal
  url: https://api-docs.archive.com
- type: Documentation
  url: https://api-docs.archive.com
- type: APIReference
  url: https://app.archive.com/api/v2/docs
- type: Support
  url: https://help.archive.com/en/
- type: Blog
  url: https://archive.com/blog
- type: Login
  url: https://app.archive.com/signin
- type: TermsOfService
  url: https://archive.com/legal/terms
- type: PrivacyPolicy
  url: https://archive.com/legal/privacy
- type: StatusPage
  url: https://archive.instatus.com/
- type: ChangeLog
  url: https://feedback.archive.com/changelog
- type: MCPServer
  url: mcp/archive-technologies-mcp.yml
- type: Authentication
  url: authentication/archive-technologies-authentication.yml
- type: OAuthScopes
  url: scopes/archive-technologies-scopes.yml
- type: Conventions
  url: conventions/archive-technologies-conventions.yml
- type: ErrorCatalog
  url: errors/archive-technologies-problem-types.yml
- type: RateLimits
  url: rate-limits/archive-technologies-rate-limits.yml
- type: Lifecycle
  url: lifecycle/archive-technologies-lifecycle.yml
- type: ChangeLog
  url: changelog/archive-technologies-changelog.yml
- type: WellKnown
  url: well-known/archive-technologies-well-known.yml
- type: Conformance
  url: conformance/archive-technologies-conformance.yml
- type: DataModel
  url: data-model/archive-technologies-data-model.yml
- type: LLMsTxt
  url: llms/archive-technologies-llms.txt
- type: AgentSkill
  url: skills/_index.yml
- type: GettingStarted
  url: https://api-docs.archive.com/getting-started
- type: Roadmap
  url: https://api-docs.archive.com/roadmap
- type: Pricing
  url: https://archive.com/pricing
- type: Plans
  url: plans/archive-technologies-plans-pricing.yml
- type: Examples
  url: examples/archive-technologies-graphql-examples.yml
- type: ToolCrosswalk
  url: mcp/archive-technologies-tool-crosswalk.yml
- type: GraphQL
  name: Archive API GraphQL schema (SDL)
  url: graphql/archive-technologies.graphql
x-enrichment:
  date: '2026-08-13'
  status: enriched
  artifacts_added: 7
  pass: local-v1