Frequently Asked Questions
Common questions about the Apigee Edge Management API Tool
What is the Apigee Edge Management API Tool?
It is a web-based UI by LAVIQ™ that lets you manage Apigee Edge (classic) resources—API proxies, environments, API products, developers, apps, KVMs, and caches—through the official Apigee Edge Management API. You sign in with a LAVIQ account, then connect your Edge org using Basic authentication (organization name, username, password). No REST or CLI required for common tasks.
How do I connect to Apigee Edge?
After signing in to the tool, go to the dashboard and use Connect Apigee Edge. Enter your organization name, Edge account username (email), and password. The tool uses these with Basic authentication to call the Edge Management API (api.enterprise.apigee.com). Credentials are kept only in your session and are not stored on our servers.
Is my Apigee Edge password stored on your servers?
No. Your Edge credentials are held only in your browser session while you are logged in. They are used to proxy requests to the Edge Management API and are never written to our database or logs.
What is the Apigee Edge Management API?
Apigee Edge (classic) provides a REST Management API at https://api.enterprise.apigee.com/v1 (or api.e2e.apigee.com for trial). It supports Basic auth (email + password) or OAuth. The API lets you manage organizations, environments, API proxies, API products, developers, apps, KVMs, caches, and more. This tool is a UI on top of that API.
Who should use this tool?
API platform teams, DevOps engineers, and developers who use Apigee Edge (classic) and want to list or inspect resources without using curl or Postman. It is not for Apigee X or hybrid—for those, use the Apigee X Management API Tool.
What browsers are supported?
Modern browsers such as Chrome, Firefox, Safari, or Edge with JavaScript enabled. Use the latest version for the best experience.