What AIsa unifies
For supported capabilities, AIsa can provide a shared starting point for:- Product discovery: identify whether the task needs a model, Skill, direct API, authenticated action, or payment flow.
- Account access: use an AIsa account and API credential for documented model and API surfaces.
- Machine discovery: inspect the Agent Card, MCP manifest, OpenAPI specification, and llms resources.
- Usage visibility: review billable model and API consumption through AIsa usage and billing surfaces.
- Technical routing: move from a task goal to the smallest relevant documentation and API contract.
What remains capability-specific
Each resource can still have its own operational contract:
Use the OpenAPI specification and exact documentation page as the implementation source of truth.
Resource types
Example: research followed by an approved action
A single task can cross several surfaces without treating them as interchangeable:- Use Capabilities by Goal to select a research path.
- Call a search or data API to retrieve current evidence.
- Use a model to compare and synthesize the evidence.
- If the result should be published or sent, classify that step as an authenticated write.
- Verify the connected identity and request confirmation where required.
- Inspect usage and the external result separately.
When one interface is useful
Consider this architecture when:- An agent needs models plus current external data.
- A product would otherwise maintain several provider integrations.
- Multiple agent clients should reuse the same Skills or discovery resources.
- The workflow needs shared usage visibility across different capability types.
- New resources should be added incrementally without redesigning the whole agent.
When direct integrations may be simpler
A direct provider integration can be the better choice when:- One stable model or API solves the complete task.
- The team needs a provider-specific feature not exposed through AIsa.
- Existing reliability, compliance, procurement, and billing processes already cover the provider.
- An additional routing or billing dependency is not desirable.