register_api
Register APIs by ingesting OpenAPI specifications to parse specs, build dependency graphs, and create searchable embeddings for API orchestration.
Instructions
Register a new API by ingesting its OpenAPI specification. This parses the spec, builds a dependency graph, and creates searchable embeddings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_id | Yes | Unique identifier for this API (e.g., 'stripe', 'github') | |
| spec_url | Yes | URL to the OpenAPI specification (JSON or YAML) |