JFrog Artifactory
JFrog Artifactory is a universal artifact repository manager supporting all major package formats and build tools including Maven, Gradle, npm, NuGet, PyPI, Docker, Helm, RubyGems, CocoaPods, and more. As the central hub of the JFrog Platform, Artifactory stores, manages, and distributes binary artifacts across the entire software development lifecycle. It integrates with CI/CD pipelines through native plugins for Jenkins, GitHub Actions, CircleCI, and other tools. Artifactory provides comprehensive REST APIs for managing repositories, artifacts, builds, security, and system configuration programmatically.
APIs
Artifactory REST API
Comprehensive REST API for managing artifacts, repositories, users, groups, permissions, replication, security, and system configuration in JFrog Artifactory.
Artifactory Query Language (AQL) API
Advanced search API using a SQL-like query language (AQL) for finding artifacts, builds, modules, and entries based on properties, statistics, and metadata.
Artifactory Docker Registry API
Docker Registry v2 API for pushing, pulling, and managing Docker images stored in JFrog Artifactory acting as a Docker registry.
Artifactory Build Integration API
API for publishing and managing build information from CI/CD systems, enabling traceability between artifact versions and the builds that produced them.
Collections
JFrog Artifactory REST API
POSTMANArazzo Workflows
Artifactory AQL Find and Delete Artifact
Run an AQL query to find an artifact, then delete the first match if any.
ARAZZOArtifactory Checksum Search and Retrieve
Find an artifact by its SHA-256 checksum, then read its storage info.
ARAZZOArtifactory Compare Build Versions
Confirm a build exists, then diff it against a previous build number.
ARAZZOArtifactory Configure Repository Replication
Create a local repository then set up scheduled push replication for it.
ARAZZOArtifactory Create Group-Scoped Access Token
Create a group, then mint an access token scoped to that group for a user.
ARAZZOArtifactory Create User and Verify Membership
Create a group, create a user in that group, then read the user back to verify.
ARAZZOArtifactory Decommission Repository
Read a repository's config, confirm it exists, then delete it.
ARAZZOArtifactory Deploy, Tag, and Search Artifact
Deploy an artifact, attach metadata properties to it, then find it by property.
ARAZZOArtifactory GAVC Search and Tag
Find a Maven artifact by GAVC coordinates, then set properties on it.
ARAZZOArtifactory Inspect Docker Image Manifest
List an image's tags, then fetch the manifest for the first tag found.
ARAZZOArtifactory Move Artifact and Clean Up
Move an artifact to a new repository path and verify the destination.
ARAZZOArtifactory Onboard User with Group and Permission
Create a user, create a group, and grant the group repository permissions.
ARAZZOArtifactory Promote Artifact Across Repositories
Copy an artifact from a staging repository to a release repository and verify it.
ARAZZOArtifactory Promote Docker Image
Promote a Docker image to a target repository, then list its tags to verify.
ARAZZOArtifactory Provision Repository and Deploy Artifact
Create a local repository, deploy an artifact into it, and verify the deployment.
ARAZZOArtifactory Publish Build and Set Retention
Publish build info, list the build runs, then apply a retention policy.
ARAZZOArtifactory Publish and Promote Build
Publish build info to Artifactory and promote the build to a release repository.
ARAZZOArtifactory Rename Build and Verify
Confirm a build exists, rename it, then read the runs under its new name.
ARAZZOPricing Plans
Rate Limits
FinOps
Artifactory Finops
FINOPSFeatures
Single repository manager supporting 30+ package formats including Maven, npm, NuGet, PyPI, Docker, Helm, Conda, Conan, and more.
Rich metadata tagging and AQL query language for finding artifacts based on properties, statistics, dates, and custom attributes.
Native CI/CD integration publishing build information to track which artifacts were produced by which build, enabling full artifact traceability.
Fine-grained permission targets, LDAP/SAML/SSO integration, API key management, and access tokens for secure artifact access control.
Push and pull replication across multiple Artifactory instances for geo-distributed teams and disaster recovery.
Full Docker Registry v2 API compliance for pushing, pulling, and managing Docker images with automated vulnerability scanning.
Use Cases
Development teams integrate Artifactory with Jenkins, GitHub Actions, and other CI/CD tools to store, version, and distribute build artifacts.
Platform engineering teams use Artifactory as an enterprise Docker registry with security scanning, access controls, and promotion workflows.
Organizations proxy public package registries (npm, PyPI, Maven Central) through Artifactory to cache dependencies, apply security policies, and ensure build reproducibility.
Release engineers promote artifacts through staging environments using build promotion, managing the lifecycle from snapshot to release.