Skip to content

docs: Minor intro edits #4264

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions docs-v2/getting-started/intro-to-nango.mdx
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
---
title: 'Intro to Nango'
sidebarTitle: 'Intro to Nango'
description: 'Understand Nango in 5 minutes.'
title: "Intro to Nango"
sidebarTitle: "Intro to Nango"
description: "Understand Nango in 5 minutes."
---

Nango is the platform to **authorize and access APIs** on behalf of your customers.

# Who is Nango for?

Nango is designed for developers building **product integrations**—embedding external account connections within their applications to enhance functionality.
Nango is designed for developers building **product integrations**—embedding external account connections within their applications or AI agents to enhance functionality.

# Core features

- **Embedded authorization UI**: Pre-built flows with appropriate input forms and guidance.
- **Embedded authorization UI**: Pre-built flows for 400\+ APIs with appropriate input forms and guidance.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **Embedded authorization UI**: Pre-built flows for 400\+ APIs with appropriate input forms and guidance.
- **Embedded authorization UI**: Pre-built flows for 400+ APIs with appropriate input forms and guidance.

- **Secure credential management**: Retrieval, storage, and refreshing of API credentials.
- **Request proxying**: Injects credentials into API requests seamlessly.
- **Request proxying**: Seamlessly injects credentials into API requests.
- **Credential monitoring**: Notifies via webhooks when credentials become invalid.
- **Reconnection flows**: Facilitates repairing broken connections.
- **Observability tools**: Tailored monitoring for integrations.
- **Management dashboard & APIs**: Control and oversee all connected accounts.

Advanced Capabilities

- **Data Syncing**: Continuously synchronize data from APIs to your application.
- **Actions**: Encapsulate use cases into reusable actions.
- **Webhooks**: Listen to webhooks from APIs with a universal interface.
Expand Down
Loading