eavz
SkySlope

SkySlope

Real estate transaction management and compliance platform

5 actions
2 triggers

Actions

Name
get_transaction

Get a transaction by ID from SkySlope

create_transaction

Create a new transaction in SkySlope

upload_document

Upload a document to a transaction in SkySlope

get_agents

List agents from SkySlope

custom_api_call

Make a custom API call to the SkySlope API

Triggers

Name
transaction_created

Triggers when a new transaction is created in SkySlope

document_uploaded

Triggers when a new document is uploaded in SkySlope

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'skyslope',
  actionName: 'get_transaction',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect SkySlope to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does SkySlope support?

SkySlope supports 5 actions including Get Transaction, Create Transaction, Upload Document, Get Agents, Custom API Call.

Can I use SkySlope with AI agents?

Yes. Add SkySlope to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does SkySlope use?

SkySlope uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the SkySlope integration cost?

The SkySlope integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does SkySlope support?

SkySlope supports 2 triggers including Transaction Created, Document Uploaded.

Connect SkySlope in 2 minutes

Get 1,000 free actions every month. No credit card required.