API Integration lets your Argide agent call your backend to perform actions like checking order status, canceling subscriptions, or updating user profiles.Documentation Index
Fetch the complete documentation index at: https://docs.argide.ai/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
- You provide an OpenAPI spec describing your API endpoints
- Argide maps those endpoints to agent capabilities
- When a user asks the agent to do something, it calls the appropriate endpoint
Adding Your OpenAPI Spec
- Go to API Integration in your dashboard
- Upload your OpenAPI/Swagger spec (JSON or YAML)
- Argide will parse the spec and show available endpoints
- Select which endpoints the agent can access
Example OpenAPI Spec
