You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`fetch_api`|Provide an exact api match or lists all available APIs with their name, key, and description. Pass your project's language and an API name as `key` for an exact-match lookup (returns only that API). The full API catalog is returned if no exact match is found. The agent calls this first to discover which APIs are available. |
58
-
|`ask`| Chat with API Copilot for step-by-step integration guidance and general API questions: authentication setup, client initialization, feature behavior, framework-specific patterns (e.g. "How do I initialize the Twilio client in Laravel?"), and idiomatic SDK code samples. |
59
-
|`endpoint_search`| Returns an SDK endpoint method's description, input parameters, and response shape by method name. |
|`fetch_api`|Provides an exact API match or lists all available APIs for the provided `language`, including each API's name, key, and description. Pass your project's language and an API `key` for an exact-match lookup (returns only that API). The full API catalog for that `language` is returned if no exact match is found. The agent calls this first to discover which APIs are available. |
58
+
|`ask`| Chat with API Copilot for step-by-step integration guidance and general API questions: authentication setup, client initialization, feature behavior, framework-specific patterns (e.g. "How do I initialize the Twilio client in Laravel?"), and idiomatic SDK code samples. |
59
+
|`endpoint_search`| Returns an SDK endpoint method's description, input parameters, and response shape by method name. |
60
60
|`model_search`| Returns an SDK model's full definition and its typed properties by name. Call this before writing code that constructs request bodies or reads response objects. |
61
61
|`update_activity`| Records concrete integration milestones such as SDK setup, auth configuration, the first successful API call, and resolved errors. The agent calls this after a milestone has actually been reached in code or infrastructure. |
62
62
|`add_guidelines`| Adds language-specific guideline files such as security, testing, or workflow guidance that the agent can follow during implementation. |
0 commit comments