-
-
Notifications
You must be signed in to change notification settings - Fork 47
chore: add an ai case about secret vault #1315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add the AI use case about "Connect your Agent to third-party APIs" for Secret Vault
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a new AI use case documentation guide titled "Connect your AI agent to third-party APIs" that demonstrates how to enable AI agents to access third-party APIs (like Google Calendar) on behalf of users using Logto's social connectors and Secret Vault features.
Key changes:
- Added a new catalog entry for the guide in the AI use cases section
- Created comprehensive documentation covering OAuth token storage, incremental authorization, and secure API access patterns
- Included practical code examples showing the complete flow from authorization to API calls
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
docs/use-cases/ai/fragments/_catalog.mdx |
Added new catalog entry linking to the third-party API connection guide with appropriate icon and description |
docs/use-cases/ai/connect-your-agent-to-third-party-apis.mdx |
New comprehensive guide with prerequisites, setup instructions, code examples, and security best practices for connecting AI agents to third-party APIs |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Deploying logto-docs-tutorials with
|
| Latest commit: |
c31d90d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://eef54fc3.logto-docs-tutorials.pages.dev |
| Branch Preview URL: | https://rany-ai-case-secret-vault.logto-docs-tutorials.pages.dev |
Deploying logto-docs with
|
| Latest commit: |
c31d90d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2a28309a.logto-docs.pages.dev |
| Branch Preview URL: | https://rany-ai-case-secret-vault.logto-docs.pages.dev |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: simeng-li <simeng@silverhand.io>
Co-authored-by: simeng-li <simeng@silverhand.io>
Summary
Add the AI use case about "Connect your Agent to third-party APIs" for Secret Vault