Weavz
Graphy

Graphy

Creator learning platform API for learners, products, assignments, progress, and transactions

12 tools
1 trigger

Tools

Name
list_learners

List Graphy learners with narrow pagination and optional search.

get_learner

Get a Graphy learner by ID.

create_learner

Create a learner in Graphy.

list_products

List Graphy courses, packages, and products.

get_product

Get a Graphy product by ID.

delete_product

Delete a Graphy product.

assign_product

Enroll or assign a learner to a Graphy course or package.

unassign_product

Unenroll or unassign a learner from a Graphy course or package.

get_learner_usage

Get usage for one learner and product/date.

get_course_progress_reports

Get Graphy course progress reports for product IDs.

get_quiz_reports

Get Graphy quiz reports for a date.

list_transactions

List Graphy transactions with date and status filters.

Triggers

Name
new_transaction

Poll for new Graphy transactions. The first run stores a baseline.

Quick Start

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

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

const result = await weavz.actions.execute('graphy', 'list_learners', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'graphy',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Graphy to my app?

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

What tools does Graphy support?

Graphy supports 12 tools including List Learners, Get Learner, Create Learner, List Products, Get Product, and more.

Can I use Graphy with AI agents?

Yes. Add Graphy to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Graphy be used in stateful agent workflows?

Yes. Agents can combine Graphy tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Graphy use?

Graphy uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Graphy integration cost?

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

What triggers does Graphy support?

Graphy supports 1 triggers including New Transaction.

Connect Graphy in minutes

Get 20,000 free action executions every month. No credit card required.