1password.com
1Password is a password manager and secrets-management platform for individuals, teams, and businesses. It provides tools for storing credentials, managing vaults and developer secrets, automating administrative tasks, and integrating secrets into applications and workflows.
1Password exposes several developer integration surfaces: REST APIs for Events, Users for Partners, Partnership, and self-hosted Connect; a public documentation MCP server plus a local Environments MCP server; and the `op` CLI.
- 1Password Developer Docs MCP serverdiscovered
- 1Password Users API for Partnersdiscovered
- 1Password Connect Server APIdiscovered
- 1Password Events APIdiscovered
- 1Password Partnership APIdiscovered
- 1Password CLIdiscovered
Create an Events API integration token either in the 1Password web app or with the CLI. Easiest path: sign in to 1Password, go to Integrations Directory / Events API integration setup as described in the Events API get started docs, or run op events-api create <name> as documented in the CLI events-api command reference. Choose the needed features: auditevents, itemusages, and/or signinattempts. The token is shown once when created; store it securely.
$ op is not authenticated with Users API OAuth app credentials; this credential is not used by the CLI directlyAcquired by the CLI — running op is not authenticated with Users API OAuth app credentials; this credential is not used by the CLI directly opens the auth flow and stores the credential.
Create or open a Connect server Secrets Automation environment in 1Password Developer tools, then issue a New Token from that Connect server as described in Manage Connect servers. You can also create a Connect server and first token with the CLI using op connect server create <serverName> --vaults <vaultName> per the Connect get started guide. Use the resulting token in applications that call your Connect server REST API.
Register as a 1Password partner through the 1Password Partner Program or contact the 1Password Partnerships team. Registered partners are granted bearer tokens for the Partnership API billing servers, as described in the Partnership API reference.
conventions · 0/7 published
- integrations.json——
- llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing