Skip to content

feat(source-api): add 1Password source provider#279

Merged
siisee11 merged 1 commit into
mainfrom
codex/add-onepassword-data-source
Jun 12, 2026
Merged

feat(source-api): add 1Password source provider#279
siisee11 merged 1 commit into
mainfrom
codex/add-onepassword-data-source

Conversation

@siisee11

Copy link
Copy Markdown
Contributor

One-Line Summary

Add 1Password as a Connect Server-backed Source API provider.

User-Facing Changes

  • Users can connect a onepassword source with apiBaseUrl and accessToken JSON credentials.
  • Agents can inspect 1Password vaults and items through read-only Source API calls.
  • Dashboard and docs now show 1Password as a developer workflow integration.

Why This Changed

1Password was not present in the provider registry, so users could not create a first-class source or route agent calls through audited Source API tooling.

How It Changed

  • Added OnePasswordCredentialsSchema and provider registry metadata for onepassword.
  • Added a GET-only simple REST Source API adapter using bearer auth against the configured Connect Server base URL.
  • Registered provider icons, connection guide fallback metadata, docs, and provider snapshots.
  • Added tests for credential validation, provider snapshots, and the read-only adapter behavior.

Verification

  • bun run format
  • bun run test src/credentials.test.ts src/schema/data-sources.test.ts from packages/db
  • bun run test src/source-api/adapters/simple-rest-providers.test.ts from packages/server

Video / Screenshot (Optional)

  • N/A

@siisee11 siisee11 enabled auto-merge (squash) June 12, 2026 05:38
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
onequery-landing 12e268d Commit Preview URL

Branch Preview URL
Jun 12 2026, 05:39 AM

@siisee11 siisee11 merged commit b96286a into main Jun 12, 2026
9 checks passed
@siisee11 siisee11 deleted the codex/add-onepassword-data-source branch June 12, 2026 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant