uarp-sdk 0.7.0

Async Rust client for the UARP (Snaga) Universal Agent Runtime Platform API
Documentation
// Code generated by @uarp/codegen from spec/openapi.json. DO NOT EDIT.

/// Version of the OpenAPI document this SDK was generated from.
pub const SPEC_VERSION: &str = "0.4.0";

/// Production base URL.
pub const DEFAULT_BASE_URL: &str = "https://api.snaga.ai";

/// Every scope named by the UARP security scheme.
pub const SCOPES: [&str; 34] = [
    "admin",
    "agents:read",
    "agents:write",
    "analytics:read",
    "api_keys:read",
    "api_keys:write",
    "billing:read",
    "billing:write",
    "drawing:read",
    "drawing:write",
    "evaluations:read",
    "evaluations:write",
    "events:read",
    "files:read",
    "files:write",
    "guardrails:read",
    "guardrails:write",
    "marketplace:invoke",
    "marketplace:read",
    "marketplace:write",
    "memory:read",
    "memory:write",
    "notifications:read",
    "notifications:write",
    "runs:create",
    "runs:read",
    "search:read",
    "sessions:read",
    "sessions:write",
    "tenants:write",
    "users:read",
    "users:write",
    "webhooks:read",
    "webhooks:write",
];