REST API Connector
Updated Mar 29, 2026Integrations
Connect external REST APIs to your project.
Overview
Connect any REST API to your XAIO project. The AI agent can read and write data from external services.
Configuration
- Go to Integrations tab
- Click REST API
- Enter the API URL, method, headers, and authentication
- Test the connection
Supported Auth Methods
- API Key — Header or query parameter
- Bearer Token — OAuth2 access token
- Basic Auth — Username and password
Usage in Chat
- Tell the AI agent about your API: "Fetch data from my API at /users"
- The agent generates code that calls the API with proper error handling
- Environment variables are used for API keys (never hardcoded)

