Integration
Integration
Discover available services and the operations each one exposes.
Before the agent picks a credential to use or writes a curl, it needs to know what services are available and what operations each one exposes.
geni integration list, every integration available to the org.geni integration get, one integration's setup metadata (credential schema, OAuth scopes, setup guide).geni integration operations, every operation an integration exposes.geni integration operation, one operation's full reference docs (request shape, params, examples, env var names).
geni integration operation is usually the single most important call before constructing a credentialed request, the doc carries the exact env var names, the auth header format, and a copy-pasteable example.