High-level request path
Endpoint families
Use the Agent Quickstart for the smallest integration path.
What AIsa handles
Depending on the selected surface, AIsa may handle:- Common authentication at the AIsa boundary.
- Routing to a supported model or API provider.
- Normalized or documented endpoint contracts.
- Usage accounting and billing.
- Machine-readable capability metadata.
- Reusable Skill instructions for agent runtimes.
What the application still owns
The application remains responsible for:- User intent and authorization.
- Business logic and task state.
- Evidence standards and result verification.
- Secret storage in the client environment.
- Retry and idempotency policy appropriate to the operation.
- Confirmation for external writes and payments.
- Long-term storage of application data.
- Fallback behavior if a capability is unavailable.
Read, write, and payment boundaries
Classify each operation before execution:- Read: retrieves data without changing an external system.
- Write: creates, updates, sends, publishes, or deletes external data.
- Payment: moves value or authorizes a billable runtime purchase.
Data and provider boundaries
AIsa integrates with upstream providers. Requests needed to fulfill an operation may be sent to the selected provider. Review Security and any relevant upstream terms for the workload. For current models and API contracts, use live or generated sources rather than architecture prose:Deployment considerations
For production use, define:- Health and timeout expectations.
- Retry behavior for reads versus writes.
- Budget and balance monitoring.
- Provider or route fallback policy.
- Logging that excludes secrets and sensitive request content.
- A verification step before reporting success.