Configuration
Use these settings to configure Orthogonal as a tool provider:Base URL
Authentication
Orthogonal uses API key authentication via the Authorization header:api_key or orthogonal_api_key) that users provide when installing your integration. Use this variable in the Authorization header.
Tools
Define these tools in your agent platform:1. Search APIs
Search for APIs using natural language.| Property | Value |
|---|---|
| Name | search_apis |
| Method | POST |
| Path | /search |
| Description | Search for APIs by describing what you need |
2. Run API
Execute any API call through Orthogonal.| Property | Value |
|---|---|
| Name | run_api |
| Method | POST |
| Path | /run |
| Description | Call an API endpoint and get the response |
3. Get Details
Get full parameter information for a specific endpoint.| Property | Value |
|---|---|
| Name | get_details |
| Method | POST |
| Path | /details |
| Description | Get endpoint parameters and documentation |
4. Get Code Snippets
Get ready-to-use code for an endpoint.| Property | Value |
|---|---|
| Name | get_code |
| Method | POST |
| Path | /integrate |
| Description | Get code snippets in various languages |
5. List All APIs
Get a full list of available APIs and endpoints.| Property | Value |
|---|---|
| Name | list_apis |
| Method | GET |
| Path | /list-endpoints |
| Description | Browse all available APIs |
Quick Reference
Example Workflow
Here’s how an agent would use these tools:- User asks: “Find the CEO’s email at Stripe”
-
Agent calls
search_apis: -
Agent calls
run_api: - Agent returns: “Patrick Collison’s email is [email protected]”
Response Format
All endpoints return JSON with this structure: Success:Getting an API Key
Users need an Orthogonal API key to use your integration:- Sign up at orthogonal.com
- Go to Dashboard → API Keys
- Create a new key
- Add credits to the account
