Skip to main content

Easily Integrate
1Password's Connect API using Konfig's TypeScript SDK

Need a TypeScript SDK for 1Password's Connect API?

Growing API Companies trust Konfig's SDKs to onboard developers to their API.

SnapTradeHumanloopSplititLeapGroundx

First, instantiate the SDK

It only takes a few lines of code.

index.ts

import { OnePasswordConnect } from '1-password-connect-typescript-sdk';
const onePasswordConnect = new OnePasswordConnect({
connectToken: "CONNECT_TOKEN"
})

Then, send your first request

We made it really easy.

index.ts

// Retrieve a list of API Requests that have been made.
const getApiRequestsResponse = onePasswordConnect.activity.getApiRequests({
limit: 10
offset: 50
})

Enjoy a buttery smooth developer experience with 15 SDK methods

How Konfig Works

Konfig collects APIs and automatically generates SDKs so you can focus on building your application.

openapi-examples

Konfig maintains the highest quality collection of OpenAPI Specifications on the internet in a GitHub repository

We pull OpenAPI Specifications from public sources, fix any errors, and make sure they pass our lint rules. We continually make sure the repository is up-to-date and collect up-time and response time metrics for every API.

openapi-examples-to-konfig

Generates AI-Augmented SDKs from openapi-examples

Our SDK generator is trusted by growing API companies and goes through a rigorous testing process to ensure the generated SDKs are high-quality and easy to use.

konfig-to-package-managers

Publishes to standard package managers

We publish to standard package managers like npm, PyPI, and Maven so you can easily integrate the SDK into your application.

1Password

About 1Password

Trusted by more than 100,000 businesses to protect their data, 1Password gives you complete control over passwords and other sensitive business information. As an integral layer of the Identity and Access Management (IAM) stack, 1Password protects all employee accounts – even those you aren't aware of. Give employees secure access to any app or service and safely share everything you need to work together – including logins, documents, credit cards, and more – while keeping everything else private. 1Password is easy to deploy and integrates with Azure AD, Okta, OneLogin, and Slack, so you can automatically provision employees using the systems you already trust. It's simple to manage and fits seamlessly into your team's workflow, so you can secure your business without compromising productivity.

Keywords

security
identity_and_access_management
password_management

Start integrating 1Password's Connect API with Konfig