Asisso ships official SDKs for Python and TypeScript that wrap the Asisso REST API and the workflow builder. Use them to create or edit agents, place outbound calls, and inspect runs from your own code.Documentation Index
Fetch the complete documentation index at: https://asisso-cd509912.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Python —
asisso-sdkon PyPI - TypeScript —
@asisso/sdkon npm
snake_case in Python, camelCase in TypeScript).
Install
Authenticate
Generate an API key atapp.asisso.com/api-keys. See API Keys for details.
Both SDKs read the API key from the ASISSO_API_KEY environment variable by default, and the base URL from ASISSO_API_URL (defaults to https://app.asisso.com). You can also pass them explicitly.
Quick tour
List the agents in your workspace:Next steps
- Build an agent — assemble nodes and edges, save as a draft
- Place an outbound call — trigger a call from an agent to a phone number
- MCP Server — let Claude and other coding agents drive the SDK for you